Scheduled exports: Fix serialization problem

This commit is contained in:
Raphael Michel
2023-03-08 16:09:33 +01:00
parent c36b9bcfcd
commit b0616ed00d
2 changed files with 2 additions and 2 deletions

View File

@@ -1550,7 +1550,7 @@ class ExportMixin:
if id != ex.identifier:
continue
if self.scheduled:
initial = self.scheduled.export_form_data
initial = dict(self.scheduled.export_form_data)
test_form = ExporterForm(data=self.request.GET, prefix=ex.identifier)
test_form.fields = ex.export_form_fields