mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
Merge remote-tracking branch 'origin/master' into simulator_dev
This commit is contained in:
+4
-1
@@ -427,7 +427,10 @@ public class IncrementalLeaderboardDTO extends LeaderboardDTO implements Increme
|
||||
if (!rowsUnchangedForCompetitors.contains(previousCompetitor)) { // only care if not the entire row was marked unchanged
|
||||
LeaderboardEntryDTO previousEntry = previousVersion.rows.get(previousCompetitor).fieldsByRaceColumnName.get(
|
||||
competitorAndColumnName.getB());
|
||||
rows.get(previousCompetitor).fieldsByRaceColumnName.put(competitorAndColumnName.getB(), previousEntry);
|
||||
final LeaderboardRowDTO row = rows.get(previousCompetitor);
|
||||
if (row != null) { // may be null if the competitor disappeared, e.g., because of suppression
|
||||
row.fieldsByRaceColumnName.put(competitorAndColumnName.getB(), previousEntry);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -169,8 +169,6 @@
|
||||
|
||||
<h2 class='articleSubheadline'>2012</h2>
|
||||
|
||||
<h4>Championships</h4>
|
||||
|
||||
<div class='timeBar'>
|
||||
<div class='raceSection'>
|
||||
<h5 class='date'>
|
||||
@@ -221,8 +219,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h4>Other events</h4>
|
||||
|
||||
<div class='timeBar'>
|
||||
<div class='raceSection'>
|
||||
<h5 class='date'>
|
||||
@@ -307,8 +303,6 @@
|
||||
|
||||
<h2 class='articleSubheadline'>2011</h2>
|
||||
|
||||
<h4>Championships</h4>
|
||||
|
||||
<div class='timeBar'>
|
||||
<div class='raceSection'>
|
||||
<h5 class='date'>
|
||||
@@ -354,6 +348,21 @@
|
||||
<div class='raceDescription'>
|
||||
<p>Meisterschaft der Meister 2011</p> </div>
|
||||
</div>
|
||||
|
||||
<div class='raceSection'>
|
||||
<h5 class='date'>
|
||||
2011
|
||||
</h5>
|
||||
<div class='raceTimepoint'></div>
|
||||
<a href='http://kielerwoche2011.sapsailing.com' target='_blank'>
|
||||
<ul class='racePanel'>
|
||||
<li class='raceName'>Kieler Woche 2011</li>
|
||||
<li class='raceLocation'>Kiel, Germany</li>
|
||||
</ul>
|
||||
</a>
|
||||
<div class='raceDescription'>
|
||||
<p>Kieler Woche 2011</p> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user