Skip to content

Commit

Permalink
fix PROXYTYPE invariant being load to late #2540
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisSenicourt committed Oct 24, 2024
1 parent a311339 commit 2b0d622
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/src/main/webapp/js/transversalobject/Robot.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ function initModalRobot() {
// Load the select needed in localStorage cache.
getSelectInvariant("CAPABILITY", true);
getSelectInvariant("ROBOTEXECUTORACTIVE", true);

getSelectInvariant('PROXYTYPE',false);

// Adding rows in modals.
$("#addEditCapability").click(addNewCapabilityRow.bind(null, "editCapabilitiesTableBody"));
$("#addEditExecutor").click(addNewExecutorRow.bind(null, "editExecutorsTableBody"));
Expand Down

0 comments on commit 2b0d622

Please sign in to comment.