mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Multi-event exports: Pass organizer, fix in staff mode
This commit is contained in:
@@ -103,7 +103,7 @@ class Command(BaseCommand):
|
||||
|
||||
with language(locale), override(timezone):
|
||||
for receiver, response in signal_result:
|
||||
ex = response(e, report_status)
|
||||
ex = response(e, o, report_status)
|
||||
if ex.identifier == options['export_provider']:
|
||||
params = json.loads(options.get('parameters') or '{}')
|
||||
with open(options['output_file'], 'wb') as f:
|
||||
|
||||
Reference in New Issue
Block a user