Skip to content

Commit e0ec41a

Browse files
Update src/design/plone/contenttypes/upgrades/to_730x.py
Co-authored-by: Mauro Amico <[email protected]>
1 parent 29f6079 commit e0ec41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def to_7311(context):
185185
allowed = list(context.portal_types["Documento"].allowed_content_types)
186186
if "File" not in allowed:
187187
allowed.append("File")
188-
context.portal_types["Documento"].allowed_content_types = tuple(allowed)
188+
context.portal_types["Documento"].allowed_content_types = tuple(allowed)
189189
logger.info("Update ct documento addables")
190190

191191

0 commit comments

Comments
 (0)