mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
bug5275:Creation of CompetitorWithBoat not possible in Leaderboards and Competitors tabs
This commit is contained in:
@@ -57,6 +57,10 @@ public class BoatDTO extends NamedSecuredObjectDTO implements WithID, Serializab
|
||||
return boatClass;
|
||||
}
|
||||
|
||||
public void setBoatClass(BoatClassDTO boatClass) {
|
||||
this.boatClass = boatClass;
|
||||
}
|
||||
|
||||
public String getDisplayName() {
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
final boolean hasSailId = sailId != null && !sailId.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user