Commit b9e8089f authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_credential: change proxy role that can update assignment

parent af420907
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>"""Create an assignment for the person depending credential request configuration\n <value> <string>"""Create an assignment for the person depending credential request configuration\n
Proxy: Assignee -- allow to update the related assignment"""\n Proxy: Assignor -- allow to update the related assignment"""\n
\n \n
# check the script is not called from a url\n # check the script is not called from a url\n
if REQUEST is not None:\n if REQUEST is not None:\n
...@@ -121,7 +121,7 @@ for role in context.getRoleList():\n ...@@ -121,7 +121,7 @@ for role in context.getRoleList():\n
<key> <string>_proxy_roles</string> </key> <key> <string>_proxy_roles</string> </key>
<value> <value>
<tuple> <tuple>
<string>Assignee</string> <string>Assignor</string>
<string>Owner</string> <string>Owner</string>
</tuple> </tuple>
</value> </value>
......
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