Commit 659da7e3 authored by Nicolas Delaby's avatar Nicolas Delaby

index portal_property_sheets as well

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43173 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cffb3816
......@@ -166,6 +166,8 @@ print "#### Indexing delivery builders ####"\n
print "#### Indexing order builders ####"\n
# Next we index portal types\n
print "#### Indexing portal types ####"\n
# Next we index portal_property_sheets\n
print "#### Indexing portal property sheets ####"\n
\n
folder_tag = \'module\'\n
folder_after_tag = (\'category\', \'person_stage_1\', \'group_person_stage_1\')\n
......@@ -176,6 +178,7 @@ 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, portal.portal_types,\n
portal.portal_property_sheets,\n
portal.portal_ids, portal.portal_memcached]\n
possible_tool_list = [\'portal_gadgets\', \'portal_contribution_registry\',\n
\'portal_roundings\', \'portal_contributions\']\n
......
40873
\ No newline at end of file
40874
\ 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