From 7e4b0af51a334a42025612bfeca5bdeaa5e6ddf9 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Fri, 27 Oct 2023 15:11:39 +0300 Subject: [PATCH 1/2] Export ATTopic --- src/collective/exportimport/configure.zcml | 9 +++++++++ src/collective/exportimport/export_topic.py | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/collective/exportimport/export_topic.py diff --git a/src/collective/exportimport/configure.zcml b/src/collective/exportimport/configure.zcml index 43d8c218..6e7cf577 100644 --- a/src/collective/exportimport/configure.zcml +++ b/src/collective/exportimport/configure.zcml @@ -19,6 +19,15 @@ permission="cmf.ManagePortal" /> + + Date: Fri, 27 Oct 2023 18:04:59 +0300 Subject: [PATCH 2/2] Update CHANGES.rst --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 84602ed1..dde62f7e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,9 @@ Changelog This fixes an error at the end of the export and no errors being written. [thet] +- Add support for ATTopic export_content + [avoinea] + 1.10 (2023-10-11) -----------------