Commit 4ef332df authored by Vincent Pelletier's avatar Vincent Pelletier

Remove proxy roles on scripts checking is a given object exist: everybody...

Remove proxy roles on scripts checking is a given object exist: everybody checking for existence must have the right to see the object. Requested by Sébastien.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15403 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c3597b7
...@@ -136,9 +136,7 @@ return "ok"\n ...@@ -136,9 +136,7 @@ return "ok"\n
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
<tuple> <tuple/>
<string>Manager</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -121,9 +121,7 @@ if context.portal_catalog.countResults(portal_type=\'Counter Date\', start_date= ...@@ -121,9 +121,7 @@ if context.portal_catalog.countResults(portal_type=\'Counter Date\', start_date=
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
<tuple> <tuple/>
<string>Manager</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -113,9 +113,7 @@ if found == 0:\n ...@@ -113,9 +113,7 @@ if found == 0:\n
<item> <item>
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
<tuple> <tuple/>
<string>Manager</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
327 330
\ No newline at end of file \ 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