mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-01 02:03:56 +02:00
Add delete role
This commit is contained in:
parent
23a208d2aa
commit
1e48c0b222
2 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ class UserGroup(Group):
|
|||
{
|
||||
"app_label": "registrar",
|
||||
"model": "userdomainrole",
|
||||
"permissions": ["view_userdomainrole"],
|
||||
"permissions": ["view_userdomainrole", "delete_userdomainrole"],
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ class TestGroups(TestCase):
|
|||
"change_draftdomain",
|
||||
"analyst_access_permission",
|
||||
"change_user",
|
||||
"delete_userdomainrole",
|
||||
"view_userdomainrole",
|
||||
"change_website"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue