Reopen group
This commit is contained in:
@@ -169,6 +169,11 @@ export class TournamentManageComponent implements OnInit {
|
||||
this.tournament = data;
|
||||
});
|
||||
}
|
||||
reopenGroup(group: Group) {
|
||||
this.tournamentService.reopenGroup(this.tournament.id, group.id).subscribe(data => {
|
||||
this.tournament = data;
|
||||
});
|
||||
}
|
||||
|
||||
divideTournament() {
|
||||
this.tournamentService.divide(this.tournament.id).subscribe(data => {
|
||||
|
||||
Reference in New Issue
Block a user