We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f6079 commit e0ec41aCopy full SHA for e0ec41a
src/design/plone/contenttypes/upgrades/to_730x.py
@@ -185,7 +185,7 @@ def to_7311(context):
185
allowed = list(context.portal_types["Documento"].allowed_content_types)
186
if "File" not in allowed:
187
allowed.append("File")
188
- context.portal_types["Documento"].allowed_content_types = tuple(allowed)
+ context.portal_types["Documento"].allowed_content_types = tuple(allowed)
189
logger.info("Update ct documento addables")
190
191
0 commit comments