mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-26 19:13:52 +02:00
added VIEW_SUBORGANIZATION to member perms
This commit is contained in:
parent
535a41c13e
commit
06f9abae6b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class UserPortfolioPermission(TimeStampedModel):
|
|||
# NOTE: Check FORBIDDEN_PORTFOLIO_ROLE_PERMISSIONS before adding roles here.
|
||||
UserPortfolioRoleChoices.ORGANIZATION_MEMBER: [
|
||||
UserPortfolioPermissionChoices.VIEW_PORTFOLIO,
|
||||
UserPortfolioPermissionChoices.VIEW_SUBORGANIZATION,
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue