mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-14 23:07:49 -04:00
Remove the upload letters permission
As of https://github.com/alphagov/notifications-admin/pull/3690 it’s no longer referred to.
This commit is contained in:
@@ -301,7 +301,6 @@ LETTERS_AS_PDF = 'letters_as_pdf'
|
||||
PRECOMPILED_LETTER = 'precompiled_letter'
|
||||
UPLOAD_DOCUMENT = 'upload_document'
|
||||
EDIT_FOLDER_PERMISSIONS = 'edit_folder_permissions'
|
||||
UPLOAD_LETTERS = 'upload_letters'
|
||||
INTERNATIONAL_LETTERS = 'international_letters'
|
||||
|
||||
SERVICE_PERMISSION_TYPES = [
|
||||
@@ -316,7 +315,6 @@ SERVICE_PERMISSION_TYPES = [
|
||||
LETTERS_AS_PDF,
|
||||
UPLOAD_DOCUMENT,
|
||||
EDIT_FOLDER_PERMISSIONS,
|
||||
UPLOAD_LETTERS,
|
||||
INTERNATIONAL_LETTERS,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user