Commit b092cb06 authored by Yusei Tahara's avatar Yusei Tahara

ERP5Catalog: ERP5 Form base type is located in erp5_core.

parent e0999427
Pipeline #19292 failed with stage
in 0 seconds
......@@ -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