Loading module/Application/src/Application/Entity/Db/MacroContent/FichePosteMacroTrait.php +2 −2 Changes for module/Application/src/Application/Entity/Db/MacroContent/FichePosteMacroTrait.php: 2 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -135,8 +135,8 @@ trait FichePosteMacroTrait { $result = []; foreach ($competences as $competence) { /** @var Competence $entite */ $entite = $competence["object"]; $result [$entite->getType()?$entite->getType()->getLibelle():"Sans type"][$entite->getId()] = $entite; $entite = $competence["entite"]; if ($entite !== null) $result [$entite->getType()?$entite->getType()->getLibelle():"Sans type"][$entite->getId()] = $entite; } ksort($result); $texte = "<h3> Compétences </h3>"; Loading module/EntretienProfessionnel/view/entretien-professionnel/entretien-professionnel/partial/filtre.phtml 0 → 100644 +0 −0 Empty file added. Loading
module/Application/src/Application/Entity/Db/MacroContent/FichePosteMacroTrait.php +2 −2 Changes for module/Application/src/Application/Entity/Db/MacroContent/FichePosteMacroTrait.php: 2 added lines, 2 removed lines. Original line number Diff line number Diff line Loading @@ -135,8 +135,8 @@ trait FichePosteMacroTrait { $result = []; foreach ($competences as $competence) { /** @var Competence $entite */ $entite = $competence["object"]; $result [$entite->getType()?$entite->getType()->getLibelle():"Sans type"][$entite->getId()] = $entite; $entite = $competence["entite"]; if ($entite !== null) $result [$entite->getType()?$entite->getType()->getLibelle():"Sans type"][$entite->getId()] = $entite; } ksort($result); $texte = "<h3> Compétences </h3>"; Loading
module/EntretienProfessionnel/view/entretien-professionnel/entretien-professionnel/partial/filtre.phtml 0 → 100644 +0 −0 Empty file added.