Bearbeiten und Löschen von Matches #171

Merged
sneeex merged 64 commits from feature/120-bearbeiten-und-loeschen-von-matches into development 2026-03-08 08:28:10 +00:00
Showing only changes of commit 4c479676d2 - Show all commits

View File

@@ -282,6 +282,10 @@ class _CreateMatchViewState extends State<CreateMatchView> {
group: selectedGroup, group: selectedGroup,
players: selectedPlayers, players: selectedPlayers,
game: tempGame, game: tempGame,
winner: widget.match!.winner,
createdAt: widget.match!.createdAt,
endedAt: widget.match!.endedAt,
notes: widget.match!.notes,
); );
if (widget.match!.name != updatedMatch.name) { if (widget.match!.name != updatedMatch.name) {