Add a page to choose a contact list

You’ll be able to use a contact list by first choosing a template, then
choosing the list you want to use.

At the moment this shows all lists, not just the ones that are
compatible with your template.
This commit is contained in:
Chris Hill-Scott
2020-03-13 17:51:22 +00:00
parent aa85870ee1
commit e24083ce9d
6 changed files with 115 additions and 8 deletions

View File

@@ -1864,7 +1864,7 @@ def mock_get_contact_lists(mocker, api_user_active, fake_uuid):
}]
return mocker.patch(
'app.contact_list_api_client.get_contact_lists',
'app.models.contact_list.ContactLists.client_method',
side_effect=_get,
)