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 @@ ...@@ -73,6 +73,12 @@
<key> <string>_container</string> </key> <key> <string>_container</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>Modify portal content</string> </key> <key> <string>Modify portal content</string> </key>
<value> <value>
...@@ -82,7 +88,9 @@ ...@@ -82,7 +88,9 @@
<item> <item>
<key> <string>View</string> </key> <key> <string>View</string> </key>
<value> <value>
<tuple/> <tuple>
<string>Manager</string>
</tuple>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -91,7 +91,6 @@ ...@@ -91,7 +91,6 @@
<tuple> <tuple>
<string>Assignee</string> <string>Assignee</string>
<string>Assignor</string> <string>Assignor</string>
<string>Auditor</string>
<string>Manager</string> <string>Manager</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
......
203 204
\ 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