From 2b91b8639d3bcea78d07cd1484f1f7009f6c229c Mon Sep 17 00:00:00 2001 From: Daniele Andreotti Date: Wed, 28 Aug 2024 17:53:45 +0200 Subject: [PATCH] updated max limit --- src/design/plone/contenttypes/interfaces/servizio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/plone/contenttypes/interfaces/servizio.py b/src/design/plone/contenttypes/interfaces/servizio.py index 09a845f0..3be812e1 100644 --- a/src/design/plone/contenttypes/interfaces/servizio.py +++ b/src/design/plone/contenttypes/interfaces/servizio.py @@ -314,7 +314,7 @@ class IServizio(model.Schema, IDesignPloneContentType): RelatedItemsFieldWidget, vocabulary="plone.app.vocabularies.Catalog", pattern_options={ - "maximumSelectionSize": 10, + "maximumSelectionSize": 60, "selectableTypes": ["Venue", "UnitaOrganizzativa"], }, )