Skip to content

Commit

Permalink
Removed max limit
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti committed Aug 29, 2024
1 parent 2d26142 commit 5dd99e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
5.1.14 (unreleased)
-------------------

- Updated max limit in "dove_rivolgersi" field for Servizio ct.
- Removed max limit in "dove_rivolgersi" field for Servizio ct.
[daniele]


Expand Down
1 change: 0 additions & 1 deletion src/design/plone/contenttypes/interfaces/servizio.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ class IServizio(model.Schema, IDesignPloneContentType):
RelatedItemsFieldWidget,
vocabulary="plone.app.vocabularies.Catalog",
pattern_options={
"maximumSelectionSize": 60,
"selectableTypes": ["Venue", "UnitaOrganizzativa"],
},
)
Expand Down

0 comments on commit 5dd99e9

Please sign in to comment.