Commit 1223ffa5 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 c833e36d
......@@ -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>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