Skip to content

Commit

Permalink
Merge branch 'main' into better_topic_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer authored Feb 27, 2023
2 parents 2dd4ea0 + 6e802f7 commit 5760d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Changelog
- Export sort_on and sort_reversed
- Export customView as tabular_view
[pbauer]

- Always import discussions independent if discussion support is enabled or not
on a particular content object (#182)
[ajung]


1.7 (2023-01-20)
Expand Down
2 changes: 0 additions & 2 deletions src/collective/exportimport/import_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ def import_data(self, data):
obj = api.content.get(UID=conversation_data["uuid"])
if not obj:
continue
if not obj.restrictedTraverse("@@conversation_view").enabled():
continue
added = 0
conversation = IConversation(obj)

Expand Down

0 comments on commit 5760d0a

Please sign in to comment.