mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Show letters in basic view
We were taking letters away from basic view because there’s no one-off sending of letters. But now that basic view isn’t an opt-in thing but something we’re rolling out to all users who only have the ‘send’ permission it feels like too drastic a change to remove letters.
This commit is contained in:
@@ -74,19 +74,21 @@ from tests.conftest import single_letter_contact_block
|
||||
active_caseworking_user,
|
||||
'Templates',
|
||||
{},
|
||||
['Text message', 'Email'],
|
||||
['Text message', 'Email', 'Letter'],
|
||||
[
|
||||
'sms_template_one',
|
||||
'sms_template_two',
|
||||
'email_template_one',
|
||||
'email_template_two',
|
||||
'letter_template_one',
|
||||
'letter_template_two',
|
||||
],
|
||||
),
|
||||
(
|
||||
active_caseworking_user,
|
||||
'Templates',
|
||||
{'template_type': 'email'},
|
||||
['All', 'Text message'],
|
||||
['All', 'Text message', 'Letter'],
|
||||
['email_template_one', 'email_template_two'],
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user