ItEr58S04ValidacionEProbasFuncionaisItEr57S04: [Bug #462] Fixing bug.
the popup that shows resource allocation is displayed correctly from the resource load view.
This commit is contained in:
parent
ed3948fa2d
commit
d4ca037ac4
1 changed files with 5 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ public class OrderPlanningController implements Composer {
|
|||
this.order = order;
|
||||
this.additional = Arrays.asList(additionalCommands);
|
||||
if (planner != null) {
|
||||
ensureIsInPlanningOrderView();
|
||||
updateConfiguration();
|
||||
}
|
||||
}
|
||||
|
|
@ -133,6 +134,10 @@ public class OrderPlanningController implements Composer {
|
|||
return calendarAllocationController;
|
||||
}
|
||||
|
||||
private void ensureIsInPlanningOrderView() {
|
||||
viewSwitcher.goToPlanningOrderView();
|
||||
}
|
||||
|
||||
public ViewSwitcher getViewSwitcher() {
|
||||
return viewSwitcher;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue