Skip to content

Commit

Permalink
[new] use new widget for event luoghi_correlati (#233)
Browse files Browse the repository at this point in the history
* [new] use new widget for event luoghi_correlati

* updated changelog
  • Loading branch information
pnicolli authored Jan 16, 2024
1 parent d567d83 commit 0fc34fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog
[pnicolli]
- Added upgrade step to update PDC fields description
[lucabel]
- Added new widget for event luoghi_correlati
[pnicolli]
- Added UID for all summary obj
[eikichi18]

Expand Down
3 changes: 3 additions & 0 deletions src/design/plone/contenttypes/behaviors/luoghi_correlati.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ class ILuoghiCorrelatiEvento(model.Schema):
pattern_options={
"selectableTypes": ["Venue"],
},
frontendOptions={
"widget": "luoghi_correlati_evento",
},
)

model.fieldset(
Expand Down

0 comments on commit 0fc34fe

Please sign in to comment.