Commit 54280b84 authored by Nicolas Delaby's avatar Nicolas Delaby

Add Manager proxy role to erase properties even if workflow unauthorise it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33184 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2180bce
......@@ -99,6 +99,14 @@ return context.Base_redirect(form_id, keep_items={\'portal_status_message\': msg
<key> <string>_params</string> </key>
<value> <string>form_id, flush_worklfow_history_comment, **kw</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
9
\ No newline at end of file
10
\ 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