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
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
......@@ -121,9 +121,7 @@ if context.portal_catalog.countResults(portal_type=\'Counter Date\', start_date=
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
......@@ -113,9 +113,7 @@ if found == 0:\n
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
327
\ No newline at end of file
330
\ 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