From 567ccc61f27703d67c2e7c81b577bc02be88b772 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 29 Feb 2024 16:18:52 +0100 Subject: [PATCH] Add description context --- Controller/ApplicationController.php | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.41.0