mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Add VIP table access to staff
This commit is contained in:
parent
ece81baac8
commit
dcfe19dc7c
3 changed files with 45 additions and 0 deletions
|
@ -66,6 +66,11 @@ class UserGroup(Group):
|
|||
"model": "userdomainrole",
|
||||
"permissions": ["view_userdomainrole", "delete_userdomainrole"],
|
||||
},
|
||||
{
|
||||
"app_label": "registrar",
|
||||
"model": "veryimportantperson",
|
||||
"permissions": ["add_veryimportantperson", "change_veryimportantperson", "delete_veryimportantperson"],
|
||||
},
|
||||
]
|
||||
|
||||
# Avoid error: You can't execute queries until the end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue