mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Update portfolio.py
This commit is contained in:
parent
f19ff3cd66
commit
0e1d07d59b
1 changed files with 3 additions and 1 deletions
|
@ -331,7 +331,9 @@ class BasePortfolioMemberForm(forms.Form):
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# Tracks what form elements are required for a given role choice
|
# Tracks what form elements are required for a given role choice.
|
||||||
|
# All of the fields included here have "required=False" by default as they are conditionally required.
|
||||||
|
# see def clean() for more details.
|
||||||
ROLE_REQUIRED_FIELDS = {
|
ROLE_REQUIRED_FIELDS = {
|
||||||
UserPortfolioRoleChoices.ORGANIZATION_ADMIN: [
|
UserPortfolioRoleChoices.ORGANIZATION_ADMIN: [
|
||||||
"domain_request_permission_admin",
|
"domain_request_permission_admin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue