Commit d5e9134c authored by Łukasz Nowak's avatar Łukasz Nowak

- allow to modify, add and delete content on started Open Order to

   Assignor and Assignee


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43288 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4be0f66a
...@@ -71,6 +71,8 @@ ...@@ -71,6 +71,8 @@
<key> <string>Add portal content</string> </key> <key> <string>Add portal content</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
...@@ -79,6 +81,7 @@ ...@@ -79,6 +81,7 @@
<key> <string>Delete objects</string> </key> <key> <string>Delete objects</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
...@@ -88,6 +91,7 @@ ...@@ -88,6 +91,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>
......
49 50
\ 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