Commit c7f9376f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Manager proxy role required to call SQL method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14841 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70e049c6
......@@ -98,6 +98,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>src__=0, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</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