Commit 77e6f05f authored by Jérome Perrin's avatar Jérome Perrin

typo again ...

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6779 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c20439f
......@@ -86,17 +86,16 @@ context.portal_categories.reindexObject(tag=\'module\',\n
sql_catalog_id=sql_catalog_id,\n
passive_commit=passive_commit)\n
for o in list(context.portal_categories.objectValues()):\n
o.recursiveReindexObject(after_tag=\'module\',\n
after_tag=(\'person_stage_1\', ),\n
o.recursiveReindexObject(after_tag=(\'module\', \'person_stage_1\', ),\n
tag=\'category\',\n
sql_catalog_id=sql_catalog_id,\n
passive_commit=passive_commit)\n
\n
print "#### Indexing alarms ####"\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
after_tag=(\'person_stage_1\', ),\n
sql_catalog_id=sql_catalog_id,\n
passive_commit=passive_commit)\n
for o in list(context.portal_alarms.objectValues()):\n
o.recursiveReindexObject(after_tag=(\'module\',\'category\', \'person_stage_1\'),\n
tag=\'document\',\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