ItEr58S18CUEscaladoPantallaCargaRecursosEmpresaItEr57S10: Solved bug with 'see scheduling' bug when changing the name filter.
This commit is contained in:
parent
0e8849b140
commit
4e4256eb2a
1 changed files with 2 additions and 1 deletions
|
|
@ -246,6 +246,7 @@ public class ResourceLoadController implements Composer {
|
|||
}
|
||||
resourcesLoadPanel.init(resourceLoadModel.getLoadTimeLines(),
|
||||
timeTracker);
|
||||
resourcesLoadPanel.setLoadChart(buildChart());
|
||||
if(filterHasChanged) {
|
||||
addNameFilterListener();
|
||||
}
|
||||
|
|
@ -257,9 +258,9 @@ public class ResourceLoadController implements Composer {
|
|||
addWorkersBandbox();
|
||||
addTimeFilter();
|
||||
}
|
||||
resourcesLoadPanel.setLoadChart(buildChart());
|
||||
addListeners();
|
||||
}
|
||||
resourcesLoadPanel.setLoadChart(buildChart());
|
||||
}
|
||||
|
||||
private void addWorkersBandbox() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue