mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
remove .csv from default filename in List Exporter (#1428)
This commit is contained in:
committed by
Raphael Michel
parent
82497cfb89
commit
515d8c4899
@@ -111,7 +111,7 @@ class ListExporter(BaseExporter):
|
|||||||
raise NotImplementedError() # noqa
|
raise NotImplementedError() # noqa
|
||||||
|
|
||||||
def get_filename(self):
|
def get_filename(self):
|
||||||
return 'export.csv'
|
return 'export'
|
||||||
|
|
||||||
def _render_csv(self, form_data, output_file=None, **kwargs):
|
def _render_csv(self, form_data, output_file=None, **kwargs):
|
||||||
if output_file:
|
if output_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user