Commit 63ea9b74 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Revert back to reindex catalog as now we get bootstrapped BM installed

parent 7bc94655
......@@ -2260,7 +2260,7 @@ class ERP5Generator(PortalGenerator):
def setupIndex(self, p, **kw):
# Make sure all tools and folders have been indexed
if not kw.get('reindex', 1):
if kw.get('reindex', 1):
setattr(p, 'isIndexingRequired', ConstantGetter('isIndexingRequired', value=True))
# Clear portal ids sql table, like this we do not take
# ids for a previously created web site
......
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