mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-01 12:18:50 -04:00
Merge pull request #1694 from alphagov/ken-add-precompiled-letter-permission
Add precompiled_letter service permission
This commit is contained in:
@@ -200,6 +200,7 @@ INBOUND_SMS_TYPE = 'inbound_sms'
|
||||
SCHEDULE_NOTIFICATIONS = 'schedule_notifications'
|
||||
EMAIL_AUTH = 'email_auth'
|
||||
LETTERS_AS_PDF = 'letters_as_pdf'
|
||||
PRECOMPILED_LETTER = 'precompiled_letter'
|
||||
|
||||
SERVICE_PERMISSION_TYPES = [
|
||||
EMAIL_TYPE,
|
||||
@@ -210,6 +211,7 @@ SERVICE_PERMISSION_TYPES = [
|
||||
SCHEDULE_NOTIFICATIONS,
|
||||
EMAIL_AUTH,
|
||||
LETTERS_AS_PDF,
|
||||
PRECOMPILED_LETTER,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user