Commit ab281554 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a Manager proxy role on Base_checkBaobabSourceAndDestination: as it only...

Add a Manager proxy role on Base_checkBaobabSourceAndDestination: as it only accesses context (and its subobjects), and as no security should be defined on subobjects, it means caller rights were already checked.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31241 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 345b0669
......@@ -92,6 +92,14 @@ for object in object_to_check_list:\n
<key> <string>_params</string> </key>
<value> <string>**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>
......
523
\ No newline at end of file
524
\ 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