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 @@
<item>
<key> <string>_body</string> </key>
<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
# check the script is not called from a url\n
if REQUEST is not None:\n
......@@ -121,7 +121,7 @@ for role in context.getRoleList():\n
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Owner</string>
</tuple>
</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