Commit 052acb1d authored by Yusei Tahara's avatar Yusei Tahara

2008-06-05 yusei

* Use updateLocalRolesOnSecurityGroups instead of assignRoleToSecurityGroup in
local_permission_interaction_workflow/scripts/Parent_updateAllLocalRoles

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21354 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ea7998b
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -73,7 +70,7 @@ This script updates all local roles on the object. It requires Assignor\n
proxy role since it may be called by owner in draft state.\n
"""\n
\n
state_change[\'object\'].getParentValue().assignRoleToSecurityGroup()\n
state_change[\'object\'].getParentValue().updateLocalRolesOnSecurityGroups()\n
</string> </value>
</item>
<item>
......
2008-06-05 yusei
* Use updateLocalRolesOnSecurityGroups instead of assignRoleToSecurityGroup in
local_permission_interaction_workflow/scripts/Parent_updateAllLocalRoles
2008-04-19 yo
* Remove erp5_crm from the dependencies.
......
887
\ No newline at end of file
888
\ 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