Fix OS3 export to MI 3 (#6404)

This commit is contained in:
jsangmeister 2022-04-20 07:37:09 +02:00 committed by GitHub
parent 847b61f0ba
commit ff1d5c0c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):