Commit 72cdefed authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_crm: This script requires proxy roles when setSource

It the user don't have fully permission on the object (already changed state), this set will fail to check if source should be defined.
parent 3a6d235d
......@@ -52,6 +52,14 @@
<key> <string>_params</string> </key>
<value> <string>sci</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>script_SupportRequest_setSource</string> </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