Commit afd96543 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add proxy role to allow normal users delete documents

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42470 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad0715ff
......@@ -73,6 +73,14 @@ return context.ERP5Site_redirect(context.REQUEST.get("HTTP_REFERER"))\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_deleteObjectList</string> </value>
......
176
\ No newline at end of file
177
\ 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