feat: add club_id to LicenceModel for stats
This commit is contained in:
@@ -263,7 +263,7 @@ public class AffiliationService {
|
||||
.call(l1 -> l1 != null && l1.stream().anyMatch(l -> l.getSaison() == saison) ?
|
||||
Uni.createFrom().nullItem() :
|
||||
Panache.withTransaction(() -> licenceRepository.persist(
|
||||
new LicenceModel(null, m, saison, null, true)))));
|
||||
new LicenceModel(null, m, club.getId(), saison, null, true)))));
|
||||
}
|
||||
|
||||
public Uni<?> accept(AffiliationRequestSaveForm form) {
|
||||
|
||||
Reference in New Issue
Block a user