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