mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Scheduled exports: Fix serialization problem
This commit is contained in:
@@ -2276,7 +2276,7 @@ class ExportMixin:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user