mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 15:34:53 +02:00
ordered domain privilege options properly
This commit is contained in:
parent
ab12e9f27d
commit
28b158d424
1 changed files with 1 additions and 1 deletions
|
@ -208,8 +208,8 @@ class PortfolioPermissionsForm(forms.ModelForm):
|
|||
]
|
||||
|
||||
DOMAIN_PERMISSIONS = [
|
||||
UserPortfolioPermissionChoices.VIEW_ALL_DOMAINS,
|
||||
UserPortfolioPermissionChoices.VIEW_MANAGED_DOMAINS,
|
||||
UserPortfolioPermissionChoices.VIEW_ALL_DOMAINS,
|
||||
]
|
||||
|
||||
MEMBER_PERMISSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue