Explorar o código

Retour à la fiche film après modif

François %!s(int64=6) %!d(string=hai) anos
pai
achega
fc61a9a950
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/AppBundle/Controller/VideothequeController.php

+ 1 - 1
src/AppBundle/Controller/VideothequeController.php

@@ -123,7 +123,7 @@ class VideothequeController extends Controller
             }
 			$em->flush();
 			$this->addFlash('success', 'Le film a été modifié');
-			return $this->redirectToRoute('videotheque_liste');
+			return $this->redirectToRoute('videotheque_voirfilm',array('id'=>$film->getId()));
 		}