mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
update manage_tempaltes
This commit is contained in:
@@ -11,14 +11,14 @@ from app.utils.user_permissions import (
|
||||
("db_permissions", "expected_ui_permissions"),
|
||||
[
|
||||
(
|
||||
["manage_templates"],
|
||||
[ServicePermission.MANAGE_TEMPLATES],
|
||||
{ServicePermission.MANAGE_TEMPLATES},
|
||||
),
|
||||
(
|
||||
[
|
||||
ServicePermission.SEND_TEXTS,
|
||||
ServicePermission.SEND_EMAILS,
|
||||
"manage_templates",
|
||||
ServicePermission.MANAGE_TEMPLATES,
|
||||
"some_unknown_permission",
|
||||
],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user