Commit 00c2cf83 authored by Vincent Pelletier's avatar Vincent Pelletier

Reindex portal_activities in ERP5Site_reindexAll, since it contains indexed...

Reindex portal_activities in ERP5Site_reindexAll, since it contains indexed objects: active processes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent da06378c
......@@ -102,12 +102,13 @@ context.portal_categories.activate(\n
\n
print "#### Indexing alarms ####"\n
print "#### Indexing preferences ####"\n
print "#### Indexing active results ####"\n
folder_tag = \'module\'\n
folder_after_tag = (\'category\', \'person_stage_1\', \'group_person_stage_1\')\n
object_tag = \'document\'\n
object_after_tag = folder_after_tag\n
object_priority = 2 + additional_priority\n
for folder in [context.portal_alarms, context.portal_preferences]:\n
for folder in [context.portal_alarms, context.portal_preferences, context.portal_activities]:\n
folder.activate(\n
tag=folder_tag,\n
priority=object_priority,\n
......
982
\ No newline at end of file
983
\ 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