Commit c8ce3408 authored by Fabien Morin's avatar Fabien Morin

Add Auditor proxy role. In this way, Anonymous users are able to send...

Add Auditor proxy role. In this way, Anonymous users are able to send notification message through proxy_roles scripts.
This should not be a problems as the related interaction is trigged on '_setFile', '_setTextContent', so if you are able to modify the content, no problem to have Auditor role.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38731 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4d21c6f
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
......@@ -69,6 +66,14 @@ document.updateContentMd5()\n
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Auditor</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
862
\ No newline at end of file
863
\ 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