Add a service permission for uploading documents to Document Download

Service permission allows attaching a file to a notification API request
that gets uploaded to Document Download API.
This commit is contained in:
Alexey Bezhan
2018-03-23 16:43:40 +00:00
parent 30d1f38e52
commit 04a643a777
2 changed files with 26 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ SCHEDULE_NOTIFICATIONS = 'schedule_notifications'
EMAIL_AUTH = 'email_auth'
LETTERS_AS_PDF = 'letters_as_pdf'
PRECOMPILED_LETTER = 'precompiled_letter'
UPLOAD_DOCUMENT = 'upload_document'
SERVICE_PERMISSION_TYPES = [
EMAIL_TYPE,
@@ -249,6 +250,7 @@ SERVICE_PERMISSION_TYPES = [
EMAIL_AUTH,
LETTERS_AS_PDF,
PRECOMPILED_LETTER,
UPLOAD_DOCUMENT,
]