Skip to content

Commit 0ec0052

Browse files
author
Simone De Santis
committed
Remove update_catalog call from to_7321 upgrade step
1 parent 63532db commit 0ec0052

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/design/plone/contenttypes/upgrades/to_730x.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def to_7321(context):
313313

314314
logger.info("### RE-ALIGN MODULES MIME-TYPES ###")
315315

316-
update_catalog(context)
317316
brains = api.content.find(portal_type="Modulo")
318317
logger.info("Reindexing mime_type for {} Modulo objects".format(len(brains)))
319318
for brain in brains:

0 commit comments

Comments
 (0)