[Bug #1219] Shows labels and/or resources when the buttons are pressed after changing perspective

FEA: ItEr75S04BugFixing
This commit is contained in:
Ignacio Diaz Teijido 2011-10-18 11:44:36 +02:00 committed by Manuel Rego Casasnovas
parent 6ed654a13e
commit 8843d3fde9

View file

@ -310,6 +310,11 @@ public class Planner extends HtmlMacroComponent {
return;
}
if (isShowingLabels)
Clients.evalJavaScript("ganttz.TaskList.getInstance().showAllTaskLabels()");
if (isShowingResources)
Clients.evalJavaScript("ganttz.TaskList.getInstance().showResourceTooltips()");
this.diagramGraph = GanttDiagramGraph.create(
configuration.isScheduleBackwards(),
configuration.getStartConstraints(),