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 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -73,7 +70,7 @@ This script updates all local roles on the object. It requires Assignor\n ...@@ -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 proxy role since it may be called by owner in draft state.\n
"""\n """\n
\n \n
state_change[\'object\'].getParentValue().assignRoleToSecurityGroup()\n state_change[\'object\'].getParentValue().updateLocalRolesOnSecurityGroups()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
2008-06-05 yusei
* Use updateLocalRolesOnSecurityGroups instead of assignRoleToSecurityGroup in
local_permission_interaction_workflow/scripts/Parent_updateAllLocalRoles
2008-04-19 yo 2008-04-19 yo
* Remove erp5_crm from the dependencies. * Remove erp5_crm from the dependencies.
......
887 888
\ 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