From 7a1532260a69d116ad35f9012270a9d52214a93a Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Thu, 7 Mar 2024 13:08:57 +0100 Subject: [PATCH] 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 @@ + +