mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Add domain invitation permissions to analyst
This commit is contained in:
parent
1550fde832
commit
de87f0c773
4 changed files with 47 additions and 3 deletions
|
@ -51,6 +51,11 @@ class UserGroup(Group):
|
|||
"model": "user",
|
||||
"permissions": ["analyst_access_permission", "change_user"],
|
||||
},
|
||||
{
|
||||
"app_label": "registrar",
|
||||
"model": "domaininvitation",
|
||||
"permissions": ["add_domaininvitation", "view_domaininvitation"],
|
||||
},
|
||||
]
|
||||
|
||||
# Avoid error: You can't execute queries until the end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue