Commit ecaa9a63 authored by Alexandre Boeglin's avatar Alexandre Boeglin

give a nice title to the created catalog


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10926 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2f0628b
......@@ -1076,7 +1076,7 @@ class ERP5Generator(PortalGenerator):
# Add a empty SQL Catalog, which will be filled when installing
# erp5_core business template
portal_catalog.manage_addProduct['ZSQLCatalog'].manage_addSQLCatalog(
'erp5_mysql', '')
'erp5_mysql', 'ERP5/MySQL')
portal_catalog.default_sql_catalog_id = 'erp5_mysql'
# Add ERP5Form Tools
......
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