From b092cb06821b1b41817cf4e1bcde445dd77dfaa8 Mon Sep 17 00:00:00 2001 From: Yusei Tahara Date: Fri, 14 Jan 2022 12:38:14 +0900 Subject: [PATCH] ERP5Catalog: ERP5 Form base type is located in erp5_core. --- product/ERP5Catalog/CatalogTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Catalog/CatalogTool.py b/product/ERP5Catalog/CatalogTool.py index fc81e8507f6..66805f73b43 100644 --- a/product/ERP5Catalog/CatalogTool.py +++ b/product/ERP5Catalog/CatalogTool.py @@ -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', )) -- 2.25.1