Commit 5b517ba2 authored by Łukasz Nowak's avatar Łukasz Nowak

Simplify.

As reindexation is not scalable delete before reindex and then
delete again just for sure.
parent f5c66aa2
......@@ -85,7 +85,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>04_ERP5Site_deleteVifibAccounting</string> </value>
<value> <string>03_ERP5Site_deleteVifibAccounting</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -60,7 +60,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>03_ERP5Site_reindex</string> </value>
<value> <string>04_ERP5Site_reindex</string> </value>
</item>
</dictionary>
</pickle>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return getattr(context.getPortalObject(), \'03_ERP5Site_deleteVifibAccounting\')()\n
</string> </value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>05_ERP5Site_deleteVifibAccounting</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -79,7 +79,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>05_ERP5Site_updateLocalRoles</string> </value>
<value> <string>06_ERP5Site_updateLocalRoles</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -60,7 +60,7 @@ return \'Done.\'\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>06_ERP5Site_reindexWithClear</string> </value>
<value> <string>07_ERP5Site_reindexWithClear</string> </value>
</item>
</dictionary>
</pickle>
......
43
\ No newline at end of file
44
\ 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