Commit 7d579d0a authored by Ivan Tyagov's avatar Ivan Tyagov

No need to pass arguments to method.

parent 2858f207
......@@ -53,8 +53,7 @@
<value> <string>active_process = context.getPortalObject().portal_activities.newActiveProcess()\n
context.ERP5Site_checkDataWithScript("Event_migrateEventWorkflowHistory",\n
tag="migrate",\n
active_process=active_process.getPath(),\n
method_kw=dict(force=1))\n
active_process=active_process.getPath())\n
print "Migration started with process id: %s" %active_process.getPath()\n
return printed\n
</string> </value>
......
578
\ No newline at end of file
579
\ 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