Commit 2029b82a authored by Jérome Perrin's avatar Jérome Perrin

Remove bugus argument tag=\'module\' to objectValues


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43979ad5
......@@ -76,7 +76,7 @@ for o in list(context.portal_categories.objectValues()):\n
\n
print "#### Indexing preferences ####"\n
context.portal_preferences.reindexObject(tag=\'module\', sql_catalog_id=sql_catalog_id, passive_commit=passive_commit)\n
for o in list(context.portal_preferences.objectValues(tag=\'module\')):\n
for o in list(context.portal_preferences.objectValues()):\n
o.recursiveReindexObject(after_tag=(\'module\',\'category\'),tag=\'document\',priority=2, sql_catalog_id=sql_catalog_id, passive_commit=passive_commit)\n
\n
# We index simulation first to make sure we can calculate tests (ie. related quantity)\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