Commit 5a889735 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

[Mes Formations] Oublie de la valeur par defaut de la fonction (getFormationGroupeByLibelle)

parent c16611da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
---
+1 −1
Original line number Diff line number Diff line
@@ -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;