Skip to content

Commit

Permalink
disabled IoSanitaMigrationMarker
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti committed Aug 22, 2024
1 parent b129c3e commit 7dade5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iosanita/contenttypes/events/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def createSubfolders(context, event):
"""
if not IIosanitaContenttypesLayer.providedBy(context.REQUEST):
return
if IoSanitaMigrationMarker.providedBy(context.REQUEST):
return
# if IoSanitaMigrationMarker.providedBy(context.REQUEST):
# return

subfolders_mapping = SUBFOLDERS_MAPPING.get(context.portal_type, [])
if not subfolders_mapping:
Expand Down

0 comments on commit 7dade5d

Please sign in to comment.