mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-15 07:18:09 -04:00
Merge pull request #2357 from alphagov/remove-edit-folder-permission
Remove the need for the edit_folders service permission.
This commit is contained in:
@@ -29,7 +29,6 @@ from app.models import (
|
||||
TemplateRedacted,
|
||||
User,
|
||||
VerifyCode,
|
||||
EDIT_FOLDERS,
|
||||
EMAIL_TYPE,
|
||||
INTERNATIONAL_SMS_TYPE,
|
||||
KEY_TYPE_TEST,
|
||||
@@ -43,7 +42,6 @@ DEFAULT_SERVICE_PERMISSIONS = [
|
||||
EMAIL_TYPE,
|
||||
LETTER_TYPE,
|
||||
INTERNATIONAL_SMS_TYPE,
|
||||
EDIT_FOLDERS,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user