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

Correction BUG

parent 2e657f90
Loading
Loading
Loading
Loading
+1 −1
Changes for module/Application/view/application/fiche-poste/selectionner-competences-retirees.phtml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ $listings["Opérationnelles"] = [];
$listings["Comportementales"] = [];

foreach ($competences as $item) {
    $listings[$item['object']->getType()->getLibelle()][] = $item;
    $listings[$item['entite']->getType()->getLibelle()][] = $item;
}
?>