Loading documentation/release/4.2.1.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Version 4.2.0 (XX/11/2023) --- - [Mes Formations] Couleur pour les axes + mise en forme dans les plans de formation - [Mes Formations] Couleur pour les domaines + mise en forme dans les plans de formation - [Mes Formations] Oublie de la valeur par defaut de la fonction (getFormationGroupeByLibelle) Modification en BD --- Loading module/Formation/src/Formation/Service/FormationGroupe/FormationGroupeService.php +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ class FormationGroupeService * @param string|null $libelle * @return FormationGroupe|null */ public function getFormationGroupeByLibelle(?string $libelle, ?Axe $axe) : ?FormationGroupe public function getFormationGroupeByLibelle(?string $libelle, ?Axe $axe = null) : ?FormationGroupe { if ($libelle === null) return null; Loading Loading
documentation/release/4.2.1.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ Version 4.2.0 (XX/11/2023) --- - [Mes Formations] Couleur pour les axes + mise en forme dans les plans de formation - [Mes Formations] Couleur pour les domaines + mise en forme dans les plans de formation - [Mes Formations] Oublie de la valeur par defaut de la fonction (getFormationGroupeByLibelle) Modification en BD --- Loading
module/Formation/src/Formation/Service/FormationGroupe/FormationGroupeService.php +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ class FormationGroupeService * @param string|null $libelle * @return FormationGroupe|null */ public function getFormationGroupeByLibelle(?string $libelle, ?Axe $axe) : ?FormationGroupe public function getFormationGroupeByLibelle(?string $libelle, ?Axe $axe = null) : ?FormationGroupe { if ($libelle === null) return null; Loading