]> Raphaël G. Git Repositories - airbundle/commitdiff
Add description context
authorRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:18:52 +0000 (16:18 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:18:52 +0000 (16:18 +0100)
Controller/ApplicationController.php

index ae72c011889046bccbe2be74dad94240d0a29de0..8aa7baae88d1473f0fc30d759faf8170deee4af4 100644 (file)
@@ -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);