|
|
|
@ -371,7 +371,7 @@ class Round: ModelObject, Storable { |
|
|
|
if parent != nil { |
|
|
|
if parent != nil { |
|
|
|
return seedInterval()?.localizedLabel(displayStyle) ?? "Pas trouvé" |
|
|
|
return seedInterval()?.localizedLabel(displayStyle) ?? "Pas trouvé" |
|
|
|
} |
|
|
|
} |
|
|
|
return RoundRule.roundName(fromRoundIndex: index) |
|
|
|
return RoundRule.roundName(fromRoundIndex: index, displayStyle: displayStyle) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
func updateTournamentState() { |
|
|
|
func updateTournamentState() { |
|
|
|
|