Allow analysts to view userdomainrole

This commit is contained in:
zandercymatics 2023-12-01 14:08:18 -07:00
parent 1aceeaf624
commit 1770bd9329
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -61,6 +61,11 @@ class UserGroup(Group):
"model": "website", "model": "website",
"permissions": ["change_website"], "permissions": ["change_website"],
}, },
{
"app_label": "registrar",
"model": "userdomainrole",
"permissions": ["view_userdomainrole"],
},
] ]
# Avoid error: You can't execute queries until the end # Avoid error: You can't execute queries until the end