Skip to content

Commit b821bf5

Browse files
authored
Remove dependencies for rer.ufficiostampa (#308)
* remove event handler for comunicato * update changelog * fix tests
1 parent 971dc59 commit b821bf5

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Changelog
44
6.3.11 (unreleased)
55
-------------------
66

7-
- Nothing changed yet.
7+
- Remove ufficiostampa dependencies.
8+
[cekk]
89

910

1011
6.3.10 (2025-08-20)

src/design/plone/contenttypes/events/common.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -100,26 +100,6 @@
100100
},
101101
],
102102
},
103-
"ComunicatoStampa": {
104-
"content": [
105-
{
106-
"id": "multimedia",
107-
"title": "Multimedia",
108-
"allowed_types": (
109-
"Image",
110-
"Link",
111-
),
112-
},
113-
{
114-
"id": "documenti-allegati",
115-
"title": "Documenti allegati",
116-
"allowed_types": (
117-
"File",
118-
"Image",
119-
),
120-
},
121-
]
122-
},
123103
"Persona": {
124104
"content": [
125105
{

src/design/plone/contenttypes/tests/test_ct_bando.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_bando_fields_default_fieldset(self):
9292
[
9393
"title",
9494
"description",
95+
"cig",
9596
"text",
9697
"tipologia_bando",
9798
"destinatari",

0 commit comments

Comments
 (0)