File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/design/plone/contenttypes/interfaces Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Changelog
66
77- Remove ufficiostampa dependencies.
88 [cekk]
9+ - data_inizio_incarico is no longer required in incarico
10+ [sabrina-bongiovanni]
911
1012
11136.3.10 (2025-08-20)
@@ -68,7 +70,6 @@ Changelog
6870 [lucabel]
6971- Add File to CT Documento but hide it from volto add menu
7072 [lucabel]
71-
7273
7374
74756.3.3 (2025-02-20)
@@ -145,11 +146,11 @@ Changelog
1451466.2.20 (2024-10-17)
146147-------------------
147148
148- - Fix upgrade step
149+ - Fix upgrade step
149150 [lucabel]
150151- Avoid acquisition problem in *onModify * event handler: now try to reindex children only if context is folderish.
151152 [cekk]
152- - Add sort_on sortable_title to event_location, uo_location, ufficio_responsabile vocabularies
153+ - Add sort_on sortable_title to event_location, uo_location, ufficio_responsabile vocabularies
153154 [lucabel]
154155
1551566.2.19 (2024-09-23)
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class IIncarico(model.Schema, IDesignPloneContentType):
9393
9494 data_inizio_incarico = schema .Date (
9595 title = _ ("data_inizio_incarico" , default = "Data inizio incarico" ),
96- required = True ,
96+ required = False ,
9797 )
9898
9999 data_conclusione_incarico = schema .Date (
You can’t perform that action at this time.
0 commit comments