mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +02:00
Add readonly view
This commit is contained in:
parent
7b811895b3
commit
03e184e261
8 changed files with 44 additions and 12 deletions
|
@ -26,3 +26,8 @@ class UserPortfolioPermissionChoices(models.TextChoices):
|
|||
|
||||
VIEW_PORTFOLIO = "view_portfolio", "View organization"
|
||||
EDIT_PORTFOLIO = "edit_portfolio", "Edit organization"
|
||||
|
||||
# TODO - think of other solutions
|
||||
# Domain: field specific permissions
|
||||
VIEW_SUBORGANIZATION = "view_suborganization", "View suborganization"
|
||||
EDIT_SUBORGANIZATION = "edit_suborganization", "Edit suborganization"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue