Added new way of persisting that modifies the json directly, keeping parts of non existant components

Merge branch 'bug3961' of ssh://trac@sapsailing.com/home/trac/git into bug3961

Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/shared/racemap/RaceMap.java
This commit is contained in:
Kai Boernert
2017-01-26 14:52:39 +01:00
parent 5d4a32f9ea
commit 3daa58a1e3
102 changed files with 963 additions and 405 deletions
@@ -170,7 +170,8 @@ public class StartAnalysisCard extends Composite implements HasWidgets, StartAna
RaceTimesInfoProvider raceTimesInfoProvider = new RaceTimesInfoProvider(sailingServiceAsync,
asyncActionsExecutor, null, Collections.singletonList(startAnalysisDTO.regattaAndRaceIdentifier), 5000l /* requestInterval */);
raceMap = new RaceMap(null, new RaceMapLifecycle(StringMessages.INSTANCE), raceMapSettings, sailingServiceAsync,
raceMap = new RaceMap(null, null, new RaceMapLifecycle(StringMessages.INSTANCE), raceMapSettings,
sailingServiceAsync,
asyncActionsExecutor, null, timer, competitorSelectionModel,
StringMessages.INSTANCE, startAnalysisDTO.regattaAndRaceIdentifier,
raceMapResources, /* showHeaderPanel */ true);