Allow the modification of event + adding the prefix chill_even to all the route

This commit is contained in:
Marc Ducobu
2016-03-24 18:03:45 +01:00
parent fdb2c094a6
commit cf7f8a929b
10 changed files with 44 additions and 44 deletions

View File

@@ -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()
));