mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
Allow the modification of event + adding the prefix chill_even to all the route
This commit is contained in:
@@ -68,7 +68,7 @@ class ParticipationController extends Controller
|
||||
'The participation was created'
|
||||
));
|
||||
|
||||
return $this->redirectToRoute('event_show', array(
|
||||
return $this->redirectToRoute('chill_event__event_show', array(
|
||||
'event_id' => $participation->getEvent()->getId()
|
||||
));
|
||||
}
|
||||
@@ -205,7 +205,7 @@ class ParticipationController extends Controller
|
||||
'The participation was updated'
|
||||
));
|
||||
|
||||
return $this->redirectToRoute('event_show', array(
|
||||
return $this->redirectToRoute('chill_event__event_show', array(
|
||||
'event_id' => $participation->getEvent()->getId()
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user