Commit 6a5cdabf authored by Romain Courteaud's avatar Romain Courteaud

Add Manager proxy role, as active process is strictly protected

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24228 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c1799e5
......@@ -120,6 +120,14 @@ return context.Base_redirect(\'view\', keep_items=dict(\n
<key> <string>_params</string> </key>
<value> <string>report_method, form, **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>
......
......@@ -104,6 +104,14 @@ portal.portal_notifications.sendMessage(\n
<key> <string>_params</string> </key>
<value> <string>active_process_url, skin_name, localizer_language, title, request_other, form_path, user_name</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>
......
20
\ No newline at end of file
21
\ 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