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 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -91,6 +88,14 @@ else:\n ...@@ -91,6 +88,14 @@ else:\n
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change_info</string> </value> <value> <string>state_change_info</string> </value>
</item> </item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
<value> <value>
......
30 31
\ No newline at end of file \ 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