mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-27 14:18:29 +00:00
Fix template parameter for update_multiple route on event participations
This commit is contained in:
@@ -486,7 +486,7 @@ final class ParticipationController extends AbstractController
|
||||
|
||||
return $this->redirectToRoute(
|
||||
'chill_event__event_show',
|
||||
['event_id' => $event->getId()]
|
||||
['id' => $event->getId()]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user