Commit 0948130e authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: portal_catalog should be ERP5 Catalog Tool object

parent 25295b2e
......@@ -2108,7 +2108,7 @@ class ERP5Generator(PortalGenerator):
addERP5Tool(p, 'portal_memcached', 'Memcached Tool')
# Add erp5 catalog tool
addERP5Tool(p, 'portal_catalog', 'Catalog Tool')
addERP5Tool(p, 'portal_catalog', 'ERP5 Catalog Tool')
sql_reset = kw.get('sql_reset', 0)
def addSQLConnection(id, title, **kw):
......
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