Added tournament.active
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good

This commit is contained in:
2025-08-11 23:50:57 +02:00
parent 46026a2ea3
commit 0b6d15b313
4 changed files with 7 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ public class Tournament extends AbstractEntity {
private Long courts;
private Boolean active;
public void initialize() {
this.events = new ArrayList<>();
this.events.addAll(Event.getBlankEventSet(this));