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
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 tournament entity got a
shortNameparameter. This parameter is used:/tournament/{tournamentId}/public22dd507 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
shortNameis basicallytournamentType+tournamentYearshould we replace it by a virtual attribute ?