Add extra flag to indicate we want a csv notification response

This commit is contained in:
Imdad Ahad
2017-04-20 14:57:31 +01:00
parent 19f42a8984
commit 99805fb592
2 changed files with 6 additions and 2 deletions

View File

@@ -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',