You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
The tournament entity got a shortName parameter. This parameter is used:
for displaying proper background on /tournament/{tournamentId}/public
as tag on the event map to allow the players to pick a seat
22dd507 use the tournament short name to determine what background to use by capitalizing it and picking the correct file, but I'll change it to use the type instead.
As the shortName is basically tournamentType+tournamentYear should we replace it by a virtual attribute ?
The text was updated successfully, but these errors were encountered:
halfa
changed the title
Tournament shortName usage
Tournament short name usage
Dec 22, 2016
The tournament entity got a
shortName
parameter. This parameter is used:/tournament/{tournamentId}/public
22dd507 use the tournament short name to determine what background to use by capitalizing it and picking the correct file, but I'll change it to use the type instead.
As the
shortName
is basicallytournamentType
+tournamentYear
should we replace it by a virtual attribute ?The text was updated successfully, but these errors were encountered: