diff --git a/js/components/forms/oversight.js b/js/components/forms/oversight.js index 2516fad1..8c5c0f4d 100644 --- a/js/components/forms/oversight.js +++ b/js/components/forms/oversight.js @@ -17,7 +17,8 @@ const dodid = { data: function() { return { - invite: this.initialInvite, + ko_invite: this.initialInvite, + so_invite: this.initialInvite } }, } diff --git a/templates/task_orders/new/oversight.html b/templates/task_orders/new/oversight.html index 0841faf8..83a5b1f1 100644 --- a/templates/task_orders/new/oversight.html +++ b/templates/task_orders/new/oversight.html @@ -18,7 +18,7 @@ {{ UserInfo(form.ko_first_name, form.ko_last_name, form.ko_email, form.ko_phone_number) }} {{ CheckboxInput(form.ko_invite) }} - + {{ TextInput(form.ko_dod_id, placeholder="1234567890", tooltip="Why", tooltip_title='Why', validation='dodId', classes="task-order__invite-officer")}} @@ -48,7 +48,7 @@ {{ UserInfo(form.so_first_name, form.so_last_name, form.so_email, form.so_phone_number) }} {{ CheckboxInput(form.so_invite) }} - + {{ TextInput(form.so_dod_id, placeholder="1234567890", tooltip="Why", tooltip_title='Why', validation='dodId', classes="task-order__invite-officer")}}