Commit 4ea5e069 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Add proxy role on script so that user who doesn't have the permission to...

Add proxy role on script so that user who doesn't have the permission to modify content can access setSourceTrade.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31934 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70dcbffc
......@@ -85,6 +85,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>*args, **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>
......
681
\ No newline at end of file
682
\ 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