Skip to content

Commit

Permalink
[dev] costo dell'evento obbligatorio (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli authored Oct 25, 2023
1 parent 50d2254 commit 3253018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
6.0.19 (unreleased)
-------------------

- Nothing changed yet.
- Set event tickets cost as required field
[pnicolli]


6.0.18 (2023-09-20)
Expand Down
4 changes: 2 additions & 2 deletions src/design/plone/contenttypes/behaviors/evento.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ class IEvento(model.Schema):

prezzo = BlocksField(
title=_("prezzo", default="Costo"),
required=False,
required=True,
description=_(
"prezzo_help",
default="Eventuale costo dell'evento (se ci sono uno o più biglietti), "
"con link all'alcquisto se disponibile",
"con link all'acquisto se disponibile",
),
)

Expand Down

0 comments on commit 3253018

Please sign in to comment.