Use portfolio_role.id for updating primary point of contact.

Our forms should rely on role IDs for displaying user information on the
portfolio page. This way they are decoupled from user table data and can
eventually rely on invitation user data where an invitation has been
sent but a user does not exist yet.
This commit is contained in:
dandds
2019-05-22 15:42:20 -04:00
parent 42900a20a6
commit e3ace36466
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>