Commit 548d1336 authored by Ivan Tyagov's avatar Ivan Tyagov

Run recursively script only in event_module.

parent 7d579d0a
...@@ -51,8 +51,10 @@ ...@@ -51,8 +51,10 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>active_process = context.getPortalObject().portal_activities.newActiveProcess()\n <value> <string>active_process = context.getPortalObject().portal_activities.newActiveProcess()\n
context.ERP5Site_checkDataWithScript("Event_migrateEventWorkflowHistory",\n context.getPortalObject().ERP5Site_checkDataWithScript("Event_migrateEventWorkflowHistory",\n
tag="migrate",\n tag="migrate",\n
relative_url="event_module",\n
full=1,\n
active_process=active_process.getPath())\n active_process=active_process.getPath())\n
print "Migration started with process id: %s" %active_process.getPath()\n print "Migration started with process id: %s" %active_process.getPath()\n
return printed\n return printed\n
......
579 580
\ 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