Skip to content

Commit

Permalink
console/plugins/planning/MissionTreePanel: Upon accepting and adding …
Browse files Browse the repository at this point in the history
…new plan from dissemination, update the interface.
  • Loading branch information
paulosousadias committed Sep 26, 2024
1 parent 640f7f5 commit 8b1cc6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public void on(PlanSpecification msg) {
if(getConsole().getPlan().getId().equals(plan.getId()))
getConsole().setPlan(plan);
}

browser.refreshBrowser(getConsole().getMission(), getMainVehicleId(), getConsole());
}

@Subscribe
Expand Down

0 comments on commit 8b1cc6a

Please sign in to comment.