diff --git a/server/openslides/core/export.py b/server/openslides/core/export.py index 4f08b56ca..39de0996f 100644 --- a/server/openslides/core/export.py +++ b/server/openslides/core/export.py @@ -197,8 +197,7 @@ class OS4Exporter: self.migrate_projectors() self.migrate_meeting() - # Note: When returning self.all_data one has access to the original data to compare it to the export. - # return {"all": self.all_data, "export": self.to_list_format()} + self.data["_migration_index"] = 3 return self.data def set_model(self, collection, model):