Commit 8bd71695 authored by Jérome Perrin's avatar Jérome Perrin

added proxy role to access portal_workflow


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5155 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f33348a4
......@@ -92,6 +92,16 @@ return item_list\n
<key> <string>_params</string> </key>
<value> <string>wf_id</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Auditor</string>
<string>Manager</string>
<string>Member</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
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