Fix template parameter for update_multiple route on event participations

This commit is contained in:
2025-11-26 14:15:27 +01:00
parent 0d32810d0d
commit 7a80307de9
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: Fix template parameter for update_multiple route on event participations
time: 2025-11-26T14:15:05.824128067+01:00
custom:
Issue: ""
SchemaChange: No schema change

View File

@@ -486,7 +486,7 @@ final class ParticipationController extends AbstractController
return $this->redirectToRoute( return $this->redirectToRoute(
'chill_event__event_show', 'chill_event__event_show',
['event_id' => $event->getId()] ['id' => $event->getId()]
); );
} }