Team of individuals: initial display of results page ok

This commit is contained in:
Claude Brisson
2025-01-26 18:21:59 +01:00
parent 0ebe3dfbd7
commit 47c729e61a
5 changed files with 42 additions and 6 deletions

View File

@@ -2,10 +2,12 @@
#if($tour.type == 'INDIVIDUAL')
## Standard tournament
#set($pmap = $utils.toMap($parts))
#set($plmap = $pmap)
#else
## Pairgo, rengo and teams of individuals
#set($teams = $api.get("tour/${params.id}/team"))
#set($pmap = $utils.toMap($teams))
#set($plmap = $utils.toMap($parts))
#set($tmap = $utils.getTeamMap($teams))
#end