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

@@ -22,7 +22,7 @@
<div class='form-col form-col--half'>
{{
OptionsInput(
assign_ppoc_form.user_id
assign_ppoc_form.role_id
)
}}
</div>