Commit eb0be10c authored by Jérome Perrin's avatar Jérome Perrin

Add a proxy role, this script must be able to set the reference even if the...

Add a proxy role, this script must be able to set the reference even if the current logged in user does not have modify permission on the document (if he can pass the transition, it's OK)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5be88a84
......@@ -128,7 +128,9 @@ if not transaction.getDestinationReference():\n
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple/>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
......
699
\ No newline at end of file
701
\ 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