Commit 36ec1639 authored by Jérome Perrin's avatar Jérome Perrin

Change permissions on assignement workflows:

* Auditor now have View permissions
* Assignee can Modify in draft state (but unlike Assignor, cannot open an Assignment)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37547fcf
......@@ -64,6 +64,7 @@
<tuple>
<string>Modify portal content</string>
<string>View</string>
<string>Access contents information</string>
</tuple>
</value>
</item>
......
......@@ -77,7 +77,9 @@
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......@@ -87,7 +89,9 @@
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......@@ -97,7 +101,9 @@
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......
......@@ -72,12 +72,37 @@
<key> <string>_container</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......
202
\ No newline at end of file
203
\ 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