Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f9b23
)
Add description context
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 29 Feb 2024 15:18:52 +0000
(16:18 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 29 Feb 2024 15:18:52 +0000
(16:18 +0100)
Controller/ApplicationController.php
patch
|
blob
|
history
diff --git
a/Controller/ApplicationController.php
b/Controller/ApplicationController.php
index ae72c011889046bccbe2be74dad94240d0a29de0..8aa7baae88d1473f0fc30d759faf8170deee4af4 100644
(file)
--- 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);