Commit 6ee0b782 authored by Yusei Tahara's avatar Yusei Tahara

Fixed a bug that update even non-related event.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1b61013
......@@ -72,7 +72,7 @@
event_portal_type_list = portal.getPortalEventTypeList()\n
\n
for i in portal.portal_catalog(portal_type=event_portal_type_list,\n
follow_up=context.getRelativeUrl()):\n
follow_up_uid=context.getUid()):\n
i.activate().updateLocalRolesOnSecurityGroups()\n
</string> </value>
</item>
......
106
\ No newline at end of file
107
\ 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