[Bug #1219] Shows labels and/or resources when the buttons are pressed after changing perspective
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
6ed654a13e
commit
8843d3fde9
1 changed files with 5 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue