From: Raphaƫl Gertz Date: Thu, 29 Feb 2024 15:18:52 +0000 (+0100) Subject: Add description context X-Git-Tag: 0.3.0~8 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/567ccc61f27703d67c2e7c81b577bc02be88b772 Add description context --- diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php index ae72c01..8aa7baa 100644 --- a/Controller/ApplicationController.php +++ b/Controller/ApplicationController.php @@ -120,6 +120,9 @@ class ApplicationController extends AbstractController { //Set section $this->context['title']['section'] = $this->translator->trans('Application'); + //Set description + $this->context['description'] = $this->translator->trans('Add an application and session'); + //Refill the fields in case of invalid form $form->handleRequest($request);