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:
parent
8cd849034e
commit
55ef398e1c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue