Commit a403ccb1 authored by Jérome Perrin's avatar Jérome Perrin

Explicitly gives 'View' permission to Assignee role on started state,...

Explicitly gives 'View' permission to Assignee role on started state, otherwise no way to search with local_roles=Assignee&simulation_state=started

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19511 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc2b5728
......@@ -70,6 +70,7 @@
<key> <string>Access contents information</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
......@@ -112,6 +113,7 @@
<key> <string>View</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Auditor</string>
......
615
\ No newline at end of file
616
\ 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