Skip to content

Commit 5760d0a

Browse files
authored
Merge branch 'main' into better_topic_migration
2 parents 2dd4ea0 + 6e802f7 commit 5760d0a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Changelog
3737
- Export sort_on and sort_reversed
3838
- Export customView as tabular_view
3939
[pbauer]
40+
41+
- Always import discussions independent if discussion support is enabled or not
42+
on a particular content object (#182)
43+
[ajung]
4044

4145

4246
1.7 (2023-01-20)

src/collective/exportimport/import_other.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,6 @@ def import_data(self, data):
601601
obj = api.content.get(UID=conversation_data["uuid"])
602602
if not obj:
603603
continue
604-
if not obj.restrictedTraverse("@@conversation_view").enabled():
605-
continue
606604
added = 0
607605
conversation = IConversation(obj)
608606

0 commit comments

Comments
 (0)