From b2d05af928ab0dfd82fbd45336a10ee1de57a335 Mon Sep 17 00:00:00 2001 From: jsangmeister <33004050+jsangmeister@users.noreply.github.com> Date: Fri, 29 Apr 2022 09:58:07 +0200 Subject: [PATCH] Remove topic/option_ids from export (#6413) --- server/openslides/core/export.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/openslides/core/export.py b/server/openslides/core/export.py index 39de0996f..100707d8d 100644 --- a/server/openslides/core/export.py +++ b/server/openslides/core/export.py @@ -326,7 +326,6 @@ class OS4Exporter: old, "id", "title", "text", "agenda_item_id", "list_of_speakers_id" ) new["attachment_ids"] = old["attachments_id"] - new["option_ids"] = [] new["tag_ids"] = [] new["projection_ids"] = [] new["meeting_id"] = 1