Commit 29f9f4c2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add proxy role

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44475 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c31e25a9
......@@ -69,6 +69,14 @@ knowledge_box.visible()\n
<key> <string>_params</string> </key>
<value> <string>gadget_id</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSection_addGadget</string> </value>
......
......@@ -72,6 +72,14 @@ return dumps(gadget_data_list)\n
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSection_getGadgetPathList</string> </value>
......
306
\ No newline at end of file
307
\ 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