Commit b4ba2205 authored by Rafael Monnerat's avatar Rafael Monnerat

Recatalog uses Upgrader signature now.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e531211
......@@ -140,7 +140,7 @@ def reinstallBT5(bt5_title, previous_bt5, bt5_counter):\n
# We must make sure all documents from previous installations \n
# are already indexed (specially categories).\n
kw[\'after_method_id\'] = "immediateReindexObject"\n
update_catalog = portal_templates.TemplateTool_isUpdateCatalogRequired(bt5_title)\n
update_catalog = bt5_title in update_catalog_bt5_id_list\n
portal_templates.activate(**kw).TemplateTool_reinstallBT5(\n
bt5_title,\n
update_catalog=update_catalog)\n
......
544
\ No newline at end of file
543
\ 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