Commit d513cc50 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-07 yusei

* Updated notification_message_workflow and allow modification even if state is submitted or validated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7778925
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
......
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
......
2008-08-07 yusei 2008-08-07 yusei
* Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message. * Added proxy role to NotificationTool_getDocumentValue, otherwise Anonymous use can't use notification message.
* Updated notification_message_workflow and allow modification even if state is submitted or validated.
2008-08-05 yusei 2008-08-05 yusei
* Remove subject field from NotificationMessage_view. It was useless. * Remove subject field from NotificationMessage_view. It was useless.
......
405 406
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment