Edit pairable round status in pairing window

This commit is contained in:
Claude Brisson
2024-01-26 10:43:40 +01:00
parent 0c378af406
commit aaf4a1357e
4 changed files with 82 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
<td>$part.club</td>
<td data-sort="$part.rank">#rank($part.rank)#if($part.mmsCorrection) ($part.mmsCorrection)#end</td>
<td>$part.rating</td>
<td>
<td class="participating">
#foreach($round in [1..$tour.rounds])
## CB TODO - upstream json parsing should not give longs here, should it?
#if($part.skip && $part.skip.contains($round.longValue()))