Commit 2ab9f7bd authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Migrate portal_catalog while checking for recursive migration

parent 504f1a71
......@@ -1718,8 +1718,8 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
tool = tool.activate()
tool.migrateToPortalTypeClass(tool_id not in (
'portal_activities', 'portal_simulation', 'portal_templates',
'portal_trash'))
if tool_id in ('portal_trash',):
'portal_trash', 'portal_catalog'))
if tool_id in ('portal_trash', 'portal_catalog'):
for obj in tool.objectValues():
obj.migrateToPortalTypeClass()
......
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