Commit 33d357b4 authored by Jérome Perrin's avatar Jérome Perrin

restore manager proxy role in ERP5Site_getAuthenticatedMemberPersonValue, it's actually needed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35551 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b7b42f0
...@@ -80,7 +80,9 @@ return found_user_list[0]\n ...@@ -80,7 +80,9 @@ return found_user_list[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>
......
748 749
\ 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