feat: add lock picto and hide team on register admin + show registration information on user page

This commit is contained in:
2026-01-20 22:53:10 +01:00
parent b419e2f58d
commit 78d22b466d
5 changed files with 54 additions and 9 deletions

View File

@@ -322,6 +322,7 @@ public class CompetitionService {
return uni
.call(l -> Mutiny.fetch(c.getGuests())
.onItem().transformToMulti(Multi.createFrom()::iterable)
.filter(g -> !g.isTeam())
.onItem().call(guest -> Mutiny.fetch(guest.getCategoriesInscrites()))
.map(guest -> SimpleRegisterComb.fromModel(guest)
.setCategorieInscrite(guest.getCategoriesInscrites()))