Commit 4bca32fd authored by Yoshinori Okuji's avatar Yoshinori Okuji

Jerome's hack is not necessary any longer.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4158 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0b008a1e
......@@ -324,10 +324,6 @@ def setupERP5Site(business_template_list=(), app=None, portal_name=portal_name,
setattr(app,'isIndexable',1)
portal.portal_catalog.manage_hotReindexAll()
# XXX: currently a bug prevent BusinessTemplates' Path items to be reindexed
skins_tool = getToolByName(portal, 'portal_skins', None)
skins_tool["erp5_core"].ERP5Site_reindexAll()
portal_activities = getattr(portal,'portal_activities',None)
if portal_activities is not None:
while len(portal_activities.getMessageList()) > 0:
......
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