Skip to content

Commit

Permalink
bs4 fix staff required fields (#4454)
Browse files Browse the repository at this point in the history
manually call indicate method on staff load
  • Loading branch information
charlienparker authored and kristinmerbach committed Sep 6, 2024
1 parent d437171 commit 965580d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>"));

Expand Down

0 comments on commit 965580d

Please sign in to comment.