Commit 180f3af1 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Merge branch 'master' of git.unicaen.fr:open-source/oscar into starling

parents 9c2612d0 58efa5c7
Loading
Loading
Loading
Loading
+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
@@ -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()