Skip to content

Commit

Permalink
updated CHANGES + update description of sede field in UnitaOrganizzat…
Browse files Browse the repository at this point in the history
…iva CT
  • Loading branch information
eikichi18 committed Feb 9, 2024
1 parent 903161a commit 7bdb9f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.14 (unreleased)
-------------------

- Nothing changed yet.
- Change description for field sede in UnitaOrganizzativa CT.
[eikichi18]


6.1.13 (2024-02-08)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ class IUnitaOrganizzativa(model.Schema, IDesignPloneContentType):
default=[],
description=_(
"sede_help",
default="Seleziona il Luogo in cui questa struttura ha sede. "
"Se non è presente un contenuto di tipo Luogo a cui far "
"riferimento, puoi compilare i campi seguenti. Se selezioni un "
"Luogo, puoi usare comunque i campi seguenti per sovrascrivere "
"alcune informazioni.",
default="Seleziona il Luogo in cui questa struttura ha sede. Se non è "
"presente un contenuto di tipo Luogo a cui far riferimento, puoi "
"compilare i campi seguenti. Se selezioni un Luogo, puoi usare "
"comunque i campi seguenti per sovrascrivere alcune informazioni.",
),
value_type=RelationChoice(
title=_("Sede"), vocabulary="plone.app.vocabularies.Catalog"
Expand Down

0 comments on commit 7bdb9f5

Please sign in to comment.