Commit f1ee5b02 authored by Romain Courteaud's avatar Romain Courteaud

Do not use the proxy role Manager on Folder_delete, as it can permit to all...

Do not use the proxy role Manager on Folder_delete, as it can permit to all users to delete objects.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10143 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 91665363
......@@ -236,9 +236,7 @@ return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
70
\ No newline at end of file
72
\ 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