Commit 8786f286 authored by Jérome Perrin's avatar Jérome Perrin

Fix inconsistency in assignment_workflow: Auditor should never be able to modify

Also give 'View' permission to manager in deleted state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fdb8637
......@@ -73,6 +73,12 @@
<key> <string>_container</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
......@@ -82,7 +88,9 @@
<item>
<key> <string>View</string> </key>
<value>
<tuple/>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
</dictionary>
......
......@@ -91,7 +91,6 @@
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Auditor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
......
203
\ No newline at end of file
204
\ 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