Skip to content

Commit

Permalink
fix: selectable_types for field 'dove' in Step
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jul 22, 2024
1 parent 2d834d1 commit d6e5ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iosanita/contenttypes/interfaces/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class IStep(model.Schema, IIosanitaContenttypes):
required=True,
description=_(
"dove_help",
default="Seleziona una struttura o punto di contatto.",
default="Seleziona una o più strutture.",
),
)

Expand All @@ -37,7 +37,7 @@ class IStep(model.Schema, IIosanitaContenttypes):
RelatedItemsFieldWidget,
vocabulary="plone.app.vocabularies.Catalog",
pattern_options={
"selectableTypes": ["UnitaOrganizzativa"],
"selectableTypes": ["Struttura"],
},
)
# form.widget(
Expand Down

0 comments on commit d6e5ebc

Please sign in to comment.