Changed the given id for TimeTracker at AdvancedAllocationController

* Got rid of "timeTracker" which is used nowhere else on the application

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-12-07 14:21:23 +01:00
parent 8cd849034e
commit 55ef398e1c

View file

@ -390,7 +390,7 @@ public class AdvancedAllocationController extends GenericForwardComposer {
private static final int VERTICAL_MAX_ELEMENTS = 25;
private IMessagesForUser messages;
private LayoutRegion insertionPointTimetracker;
private Component insertionPointTimetracker;
private Div insertionPointLeftPanel;
private LayoutRegion insertionPointRightPanel;
@ -627,7 +627,7 @@ public class AdvancedAllocationController extends GenericForwardComposer {
}
});
timeTrackerComponent = new TimeTrackerComponentWithoutColumns(
timeTracker, "timeTracker");
timeTracker, "timetrackerheader");
timeTrackedTableWithLeftPane = new TimeTrackedTableWithLeftPane<Row, Row>(
getDataSource(), getColumnsForLeft(), getLeftRenderer(),
getRightRenderer(), timeTracker);