Loading module/Oscar/src/Oscar/Controller/ProjectGrantController.php +2 −2 Changes for module/Oscar/src/Oscar/Controller/ProjectGrantController.php: 2 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -696,9 +696,9 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif $this->getEntityManager()->flush(); return [ return $this->jsonOutput([ 'success' => "Votre demande a bien été envoyée" ]; ]); } catch (Exception $e) { $this->getLoggerService()->error( "Impossible d'enregistrer la demande d'activité : " . $e->getMessage() Loading Loading
module/Oscar/src/Oscar/Controller/ProjectGrantController.php +2 −2 Changes for module/Oscar/src/Oscar/Controller/ProjectGrantController.php: 2 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -696,9 +696,9 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif $this->getEntityManager()->flush(); return [ return $this->jsonOutput([ 'success' => "Votre demande a bien été envoyée" ]; ]); } catch (Exception $e) { $this->getLoggerService()->error( "Impossible d'enregistrer la demande d'activité : " . $e->getMessage() Loading