mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Give folders to new services by default
Step 1 of 2 of turning on folders for all services. We think it’s a feature which will be useful for the majority of services, and we think we’ve done enough research to know that it’s mature enough to release to all services.
This commit is contained in:
@@ -29,6 +29,7 @@ from app.models import (
|
||||
TemplateRedacted,
|
||||
User,
|
||||
VerifyCode,
|
||||
EDIT_FOLDERS,
|
||||
EMAIL_TYPE,
|
||||
INTERNATIONAL_SMS_TYPE,
|
||||
KEY_TYPE_TEST,
|
||||
@@ -42,6 +43,7 @@ DEFAULT_SERVICE_PERMISSIONS = [
|
||||
EMAIL_TYPE,
|
||||
LETTER_TYPE,
|
||||
INTERNATIONAL_SMS_TYPE,
|
||||
EDIT_FOLDERS,
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user