Remove the upload_letters permission

Every service has it now, and we haven’t had any services ask to toggle
it off again.
This commit is contained in:
Chris Hill-Scott
2020-10-20 11:04:49 +01:00
parent fcd34ef989
commit f549168b5e
6 changed files with 3 additions and 9 deletions

View File

@@ -64,7 +64,6 @@ class Service(JSONModel):
'international_letters',
'international_sms',
'upload_document',
'upload_letters',
'broadcast',
)