diff --git a/CHANGES.rst b/CHANGES.rst index acb7c6d..83631d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,8 @@ Changelog 1.2.3 (unreleased) ------------------ -- Nothing changed yet. +- Remove "for" in ioprenoto.basic registration because breaks Prenotazioni edit when ioprenoto is not installed. + [cekk] 1.2.2 (2024-01-25) diff --git a/src/design/plone/ioprenoto/behaviors/configure.zcml b/src/design/plone/ioprenoto/behaviors/configure.zcml index 0935d1f..186e732 100644 --- a/src/design/plone/ioprenoto/behaviors/configure.zcml +++ b/src/design/plone/ioprenoto/behaviors/configure.zcml @@ -24,6 +24,5 @@ description="Adds title and description fields." factory="plone.app.dexterity.behaviors.metadata.Basic" provides=".metadata.IBasic" - for="redturtle.prenotazioni.content.prenotazione.IPrenotazione" />