Commit 3c20439f authored by Jérome Perrin's avatar Jérome Perrin

ERP5Site_updateTranslationTable doesnt support after_tag. (+ typo)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1d69cfd
......@@ -78,8 +78,7 @@ if person_module is not None :\n
passive_commit=passive_commit)\n
\n
print "#### Indexing translations ####"\n
context.ERP5Site_updateTranslationTable(after_tag=(\'person_stage_1\', ),\n
sql_catalog_id=sql_catalog_id)\n
context.ERP5Site_updateTranslationTable(sql_catalog_id=sql_catalog_id)\n
\n
print "#### Indexing categories ####"\n
context.portal_categories.reindexObject(tag=\'module\',\n
......@@ -94,7 +93,7 @@ for o in list(context.portal_categories.objectValues()):\n
passive_commit=passive_commit)\n
\n
print "#### Indexing alarms ####"\n
context.portal_preferences.reindexObject(tag=\'module\',\n
context.portal_alarms.reindexObject(tag=\'module\',\n
after_tag=(\'person_stage_1\', ),\n
sql_catalog_id=sql_catalog_id,\n
passive_commit=passive_commit)\n
......
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