mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
Allow analysts to view userdomainrole
This commit is contained in:
parent
1aceeaf624
commit
1770bd9329
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ class UserGroup(Group):
|
|||
"model": "website",
|
||||
"permissions": ["change_website"],
|
||||
},
|
||||
{
|
||||
"app_label": "registrar",
|
||||
"model": "userdomainrole",
|
||||
"permissions": ["view_userdomainrole"],
|
||||
},
|
||||
]
|
||||
|
||||
# Avoid error: You can't execute queries until the end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue