Add an endpoint to download a contact list

In case you need to download it, modify it, and re-upload it when you
don’t have access to the existing list.
This commit is contained in:
Chris Hill-Scott
2020-03-15 19:13:07 +00:00
parent ec2f36d054
commit b598af1eca
5 changed files with 66 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ class HeaderNavigation(Navigation):
'delivery_and_failure',
'delivery_status_callback',
'design_content',
'download_contact_list',
'download_notifications_csv',
'edit_data_retention',
'edit_organisation_agreement',
@@ -506,6 +507,7 @@ class MainNavigation(Navigation):
'delivery_and_failure',
'design_content',
'documentation',
'download_contact_list',
'download_notifications_csv',
'edit_data_retention',
'edit_organisation_agreement',
@@ -744,6 +746,7 @@ class CaseworkNavigation(Navigation):
'delivery_status_callback',
'design_content',
'documentation',
'download_contact_list',
'download_notifications_csv',
'edit_data_retention',
'edit_organisation_agreement',
@@ -1045,6 +1048,7 @@ class OrgNavigation(Navigation):
'delivery_status_callback',
'design_content',
'documentation',
'download_contact_list',
'download_notifications_csv',
'edit_data_retention',
'edit_provider',