Commit 6c3a2315 authored by Łukasz Nowak's avatar Łukasz Nowak

- those methods need Manager role to operate on simulations

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22503 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29052fd6
......@@ -109,6 +109,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>explanation_uid=None, 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>
......
......@@ -113,6 +113,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>explanation_uid=None, 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>
......
361
\ No newline at end of file
362
\ 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