ItEr58S18CUEscaladoPantallaCargaRecursosEmpresaItEr57S10: Solved bug with 'see scheduling' bug when changing the name filter.

This commit is contained in:
Jacobo Aragunde Pérez 2010-05-18 19:13:23 +02:00 committed by Javier Moran Rua
parent 0e8849b140
commit 4e4256eb2a

View file

@ -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() {