Remove the need for the edit_folders service permission.

We need another PR to remove it from ServicePermissionTypes and remove the data in service_permissions.
This commit is contained in:
Rebecca Law
2019-02-11 17:26:17 +00:00
parent a6660b7d91
commit 38a599c758
3 changed files with 9 additions and 15 deletions

View File

@@ -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,
]