Commit 4f382861 authored by Łukasz Nowak's avatar Łukasz Nowak

Define order.

Also fix small typo.
parent 6d89715d
...@@ -74,7 +74,7 @@ return \'Done.\'\n ...@@ -74,7 +74,7 @@ return \'Done.\'\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>00_ERP5Site_migrateInstanceData</string> </value> <value> <string>01_ERP5Site_migrateInstanceData</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -73,7 +73,7 @@ return \'Done.\'\n ...@@ -73,7 +73,7 @@ return \'Done.\'\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>01_ERP5Site_migrateComputerCategory</string> </value> <value> <string>02_ERP5Site_migrateComputerCategory</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
portal = context.getPortalObject()\n portal = context.getPortalObject()\n
\n tag = script.id\n
if portal.portal_activities.countMessageWithTag(tag) > 0:\n if portal.portal_activities.countMessageWithTag(tag) > 0:\n
raise TypeError(\'Already running\')\n raise TypeError(\'Already running\')\n
for module in (\n for module in (\n
...@@ -74,7 +74,7 @@ for module in (\n ...@@ -74,7 +74,7 @@ for module in (\n
max_retry=0,\n max_retry=0,\n
activity_count=50,\n activity_count=50,\n
activate_kw={\n activate_kw={\n
\'tag\': script.id,\n \'tag\': tag,\n
\'group_method_id\': method_id,\n \'group_method_id\': method_id,\n
\'group_method_cost\': 1./50, # fire up 50 activities in same transaction\n \'group_method_cost\': 1./50, # fire up 50 activities in same transaction\n
}\n }\n
...@@ -91,7 +91,7 @@ return \'Done.\'\n ...@@ -91,7 +91,7 @@ return \'Done.\'\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>XX_ERP5Site_deleteVifibAccounting</string> </value> <value> <string>03_ERP5Site_deleteVifibAccounting</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
11 12
\ 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