Commit 21b416ed authored by Julien Muchembled's avatar Julien Muchembled

Reindex types tool when reindexing the whole site

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29280 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8ddb422
......@@ -153,6 +153,8 @@ print "#### Indexing applied rules ####"\n
print "#### Indexing delivery builders ####"\n
# Next we index order builders\n
print "#### Indexing order builders ####"\n
# Next we index portal types\n
print "#### Indexing portal types ####"\n
\n
folder_tag = \'module\'\n
folder_after_tag = (\'category\', \'person_stage_1\', \'group_person_stage_1\')\n
......@@ -162,7 +164,7 @@ object_priority = 2 + additional_priority\n
tool_list = [portal.portal_templates, portal.portal_trash,\n
portal.portal_domains, portal.portal_rules,\n
portal.portal_deliveries, portal.portal_orders,\n
portal.portal_caches]\n
portal.portal_caches, portal.portal_types]\n
if hasattr(portal, \'portal_gadgets\'):\n
tool_list.append(portal.portal_gadgets)\n
\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