Merge pull request #841 from dod-ccpo/ppoc-role-id

Use portfolio_role.id for updating primary point of contact.
This commit is contained in:
dandds
2019-05-23 10:11:33 -04:00
committed by GitHub
4 changed files with 18 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ class NewForm(BaseForm):
class AssignPPOCForm(PermissionsForm):
user_id = SelectField(
role_id = SelectField(
label=translate("forms.assign_ppoc.dod_id"),
validators=[Required()],
choices=[("", "- Select -")],