Fix commands
This commit is contained in:
parent
4b0e9c3d1f
commit
619d219b15
1 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,8 @@ class CreateFormsCommand extends Command
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->wiki = $wiki;
|
$this->wiki = $wiki;
|
||||||
$meeo_config = $this->wiki->params->get('meeo');
|
$params = $this->wiki->services->get(ParameterBagInterface::class);
|
||||||
|
$meeo_config = $params->get('meeo');
|
||||||
$this->eleveFormId = $meeo_config['elevesFormId'];
|
$this->eleveFormId = $meeo_config['elevesFormId'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,8 +76,8 @@ class CreateFormsCommand extends Command
|
||||||
"bn_sem_type" => "",
|
"bn_sem_type" => "",
|
||||||
"bn_sem_use_template" => "1",
|
"bn_sem_use_template" => "1",
|
||||||
"bn_template" => <<<EOT
|
"bn_template" => <<<EOT
|
||||||
titre***Absence : {{bf_eleve}} - {{bf_date_debut_evenement}}***Titre Automatique***
|
titre***Absence : {{bf_eleve}} - {{bf_date_debut}}***Titre Automatique***
|
||||||
listefiche***$this->eleveFormId***Elève*** *** *** *** *** ***1*** *** *** * *** * *** *** *** ***
|
listefiche***$this->eleveFormId***Elève*** *** *** ***bf_eleve*** ***1*** *** *** * *** * *** *** *** ***
|
||||||
listedatedeb***bf_date_debut***Debut*** *** ***today*** *** ***1*** *** *** * *** * *** *** *** ***
|
listedatedeb***bf_date_debut***Debut*** *** ***today*** *** ***1*** *** *** * *** * *** *** *** ***
|
||||||
listedatedeb***bf_date_fin***Fin*** *** ***today*** *** ***1*** *** *** * *** * *** *** *** ***
|
listedatedeb***bf_date_fin***Fin*** *** ***today*** *** ***1*** *** *** * *** * *** *** *** ***
|
||||||
textelong***bf_commentaire***Commentaire*** *** *** *** ***wiki***0*** *** *** * *** * *** *** *** ***
|
textelong***bf_commentaire***Commentaire*** *** *** *** ***wiki***0*** *** *** * *** * *** *** *** ***
|
||||||
|
|
Loading…
Reference in a new issue