From 38a89eaddd1e6eb030ff0b61cb15fa0c27ada83c Mon Sep 17 00:00:00 2001 From: Charlie Parker Date: Thu, 29 Aug 2024 23:02:39 -0400 Subject: [PATCH] manually call indicate method on staff load --- .../views/benefit_sponsors/profiles/registrations/new.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/new.html.erb b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/new.html.erb index 2d495ba16a1..71058fc9c57 100644 --- a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/new.html.erb +++ b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/registrations/new.html.erb @@ -51,6 +51,7 @@ data: { profile_type: "broker_agency_staff" }, success: function (data) { $("#broker_agency_staff").html(data); + indicateRequiredFields(); setTimeout(function () { initDatepicker('inputStaffDOB', new Date("<%= Date.today.beginning_of_month - 90.years %>"), new Date("<%= Date.today.end_of_month - 18.years %>"));