Commit 3f0edbd8 authored by Jérome Perrin's avatar Jérome Perrin

Add a proxy role for Base_getPossibleWorkflowActionItemList because standard...

Add a proxy role for Base_getPossibleWorkflowActionItemList because standard users cannot access portal workflow.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18811 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb026cbd
...@@ -98,6 +98,14 @@ return item_list\n ...@@ -98,6 +98,14 @@ return item_list\n
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>brain, **kw</string> </value> <value> <string>brain, **kw</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
<value> <value>
...@@ -127,7 +135,7 @@ return item_list\n ...@@ -127,7 +135,7 @@ return item_list\n
<string>item_list</string> <string>item_list</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>action</string> <string>action</string>
<string>None</string> <string>None</string>
<string>transition</string> <string>transition</string>
......
677 678
\ 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