Fix variable name for correct routing

This commit is contained in:
2025-10-02 15:22:42 +02:00
parent 86422a5946
commit f2922018ce
13 changed files with 11 additions and 16 deletions

View File

@@ -327,7 +327,7 @@ final class EventController extends AbstractController
$this->addFlash('success', $this->translator->trans('The event was updated'));
return $this->redirectToRoute('chill_event__event_show', ['id' => $event_id]);
return $this->redirectToRoute('chill_event__event_show', ['event_id' => $event_id]);
}
return $this->render('@ChillEvent/Event/edit.html.twig', [