The downloading of the CSV is working for as many as 190, 000 notifications.

This PR re-enables the download link and filters the notifications by templates type.
This commit is contained in:
Rebecca Law
2018-01-15 12:29:03 +00:00
parent c45e0cbf05
commit 8a026dfdeb
2 changed files with 7 additions and 6 deletions

View File

@@ -157,7 +157,8 @@ def download_notifications_csv(service_id):
status=filter_args.get('status'),
page=request.args.get('page', 1),
page_size=5000,
format_for_csv=True
format_for_csv=True,
template_type=filter_args.get('message_type')
)
),
mimetype='text/csv',