added VIEW_SUBORGANIZATION to member perms

This commit is contained in:
David Kennedy 2025-01-27 08:39:25 -05:00
parent 535a41c13e
commit 06f9abae6b
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -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,
],
}