Commit 25ea4865 authored by Łukasz Nowak's avatar Łukasz Nowak

- add proxy role to this script, otherwise if run by user without access to...

 - add proxy role to this script, otherwise if run by user without access to Person portal type objects it just returns nothing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27800 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ba5ce6e
......@@ -79,6 +79,14 @@ return found_user_list[0].getObject()\n
<key> <string>_params</string> </key>
<value> <string>user_name = None</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
602
\ No newline at end of file
603
\ 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