Loading module/Application/src/Application/Controller/AutresController.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class AutresController extends AbstractController { $dossierAutre = $this->getEvent()->getParam('dossierAutre'); $form = $this->getAutresForm(); $title = 'Édition d\'un type de ressource'; $title = 'Édition champs autre'; $form->bindRequestSave($dossierAutre, $this->getRequest(), function (DossierAutre $autre) { try { Loading Loading
module/Application/src/Application/Controller/AutresController.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class AutresController extends AbstractController { $dossierAutre = $this->getEvent()->getParam('dossierAutre'); $form = $this->getAutresForm(); $title = 'Édition d\'un type de ressource'; $title = 'Édition champs autre'; $form->bindRequestSave($dossierAutre, $this->getRequest(), function (DossierAutre $autre) { try { Loading