mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Multi export: Allow restriction to organizer
This commit is contained in:
@@ -50,6 +50,8 @@ def multiexport(organizer: Organizer, user: User, fileid: str, provider: str, fo
|
||||
responses = register_multievent_data_exporters.send(organizer)
|
||||
|
||||
for receiver, response in responses:
|
||||
if not response:
|
||||
continue
|
||||
ex = response(events)
|
||||
if ex.identifier == provider:
|
||||
d = ex.render(form_data)
|
||||
|
||||
Reference in New Issue
Block a user