Commit d443225d authored by Łukasz Nowak's avatar Łukasz Nowak

Reorder the steps.

Also mark 04_ERP5Site_deleteVifibAccounting as not implemented.
parent 7ae90d8d
......@@ -60,7 +60,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>04_ERP5Site_reindex</string> </value>
<value> <string>03_ERP5Site_reindex</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -52,6 +52,7 @@
<key> <string>_body</string> </key>
<value> <string encoding="cdata"><![CDATA[
raise NotImplementedError(\'Use catalog\')\n
portal = context.getPortalObject()\n
tag = script.id\n
if portal.portal_activities.countMessageWithTag(tag) > 0:\n
......@@ -91,7 +92,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>03_ERP5Site_deleteVifibAccounting</string> </value>
<value> <string>04_ERP5Site_deleteVifibAccounting</string> </value>
</item>
</dictionary>
</pickle>
......
36
\ No newline at end of file
37
\ 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