From 7a1532260a69d116ad35f9012270a9d52214a93a Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Thu, 7 Mar 2024 13:08:57 +0100 Subject: [PATCH 1/2] Fix migrating bocks by bypassing the frontend-specific modifiers when serializing and deserializing blocks --- src/collective/exportimport/configure.zcml | 2 ++ src/collective/exportimport/deserializer.py | 12 ++++++++++++ src/collective/exportimport/serializer.py | 11 +++++++++++ 3 files changed, 25 insertions(+) diff --git a/src/collective/exportimport/configure.zcml b/src/collective/exportimport/configure.zcml index 9aef47fb..0c5b1d2d 100644 --- a/src/collective/exportimport/configure.zcml +++ b/src/collective/exportimport/configure.zcml @@ -137,10 +137,12 @@ + + Date: Thu, 7 Mar 2024 14:59:02 +0100 Subject: [PATCH 2/2] Add changenote --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4d1e4203..65fafc06 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,8 @@ Changelog 1.12 (unreleased) ----------------- -- Nothing changed yet. +- Fix migrating bocks to make Volto sites portable and support plone.distribution. + [pbauer, tlotze] 1.11 (2024-02-28)