Commit 5fce2990 authored by Yusei Tahara's avatar Yusei Tahara Committed by Cédric Le Ninivin

ERP5Catalog: ERP5 Form base type is located in erp5_core.

parent 9da838c3
......@@ -433,7 +433,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
))
# We need ERP5 Form portal_type to exist during migration we would be
# indexing some ERP5 Form objects.
ERP5Generator.bootstrap(portal_types, 'erp5_hal_json_style', 'PortalTypeTemplateItem', (
ERP5Generator.bootstrap(portal_types, 'erp5_core', 'PortalTypeTemplateItem', (
'ERP5 Form',
))
......
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