PR cleanup

This commit is contained in:
zandercymatics 2024-08-05 12:59:44 -06:00
parent bd143af6f1
commit cde0d527ce
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
6 changed files with 8 additions and 11 deletions

View file

@ -27,7 +27,6 @@ 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"