mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Add extra flag to indicate we want a csv notification response
This commit is contained in:
@@ -150,7 +150,8 @@ def view_job_csv(service_id, job_id):
|
||||
job_id=job_id,
|
||||
status=filter_args.get('status'),
|
||||
page=request.args.get('page', 1),
|
||||
page_size=5000
|
||||
page_size=5000,
|
||||
format_for_csv=True
|
||||
)
|
||||
),
|
||||
mimetype='text/csv',
|
||||
|
||||
Reference in New Issue
Block a user