From a116f891a464fa5e31333cf5af1eae5a78009c53 Mon Sep 17 00:00:00 2001 From: Montana Date: Fri, 25 Jan 2019 16:02:35 -0500 Subject: [PATCH] Fix oversight component mistake --- js/components/forms/oversight.js | 3 ++- templates/task_orders/new/oversight.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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")}}