Commit 2e91e7a2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a Manager proxy role to avoid possible Unauthorized error by this script.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40976a15
......@@ -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>
......@@ -91,6 +88,14 @@ else:\n
<key> <string>_params</string> </key>
<value> <string>state_change_info</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>
......
30
\ No newline at end of file
31
\ 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