ItEr30S17ValidacionEProbasFuncionais: Removed commented repeated code.
This commit is contained in:
parent
dc2b74b4f1
commit
6eb1630cc0
1 changed files with 1 additions and 7 deletions
|
|
@ -156,14 +156,8 @@ public class Planner extends HtmlMacroComponent {
|
|||
setAt("insertionPointRightPanel", ganttPanel);
|
||||
ganttPanel.afterCompose();
|
||||
|
||||
// TimeTrackerComponent timetrackerheader = (TimeTrackerComponent)
|
||||
// ganttPanel
|
||||
// .getTimeTrackerComponent().clone();
|
||||
// timetrackerheader.afterCompose();
|
||||
|
||||
TimeTrackerComponent timetrackerheader = new TimeTrackerComponentWithoutColumns(
|
||||
ganttPanel
|
||||
.getTimeTracker(), "timetrackerheader");
|
||||
ganttPanel.getTimeTracker(), "timetrackerheader");
|
||||
|
||||
setAt("insertionPointTimetracker", timetrackerheader);
|
||||
timetrackerheader.afterCompose();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue