Loading CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,12 @@ author: Laurent Lécluse - DSI - Unicaen * Pays de naissance * Nom patronymique # OSE 8.1.3 (à venir) ## Corrections de bugs * Lors de la saisie de service, "null" n'apparait plus si le semestre n'était pas renseigné (c'était le cas dans certaines situations) # OSE 8.1.2 ## Corrections de bugs Loading module/Application/src/Application/Controller/OffreFormation/ElementPedagogiqueController.php +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class ElementPedagogiqueController extends AbstractController $result[] = [ 'id' => $item['ID'], 'label' => $label, 'extra' => $item['LIBELLE_PE'], 'extra' => $item['LIBELLE_PE'] ?: '', ]; } else { if ($item['NB_CH'] > 1) { Loading Loading
CHANGELOG.md +6 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,12 @@ author: Laurent Lécluse - DSI - Unicaen * Pays de naissance * Nom patronymique # OSE 8.1.3 (à venir) ## Corrections de bugs * Lors de la saisie de service, "null" n'apparait plus si le semestre n'était pas renseigné (c'était le cas dans certaines situations) # OSE 8.1.2 ## Corrections de bugs Loading
module/Application/src/Application/Controller/OffreFormation/ElementPedagogiqueController.php +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ class ElementPedagogiqueController extends AbstractController $result[] = [ 'id' => $item['ID'], 'label' => $label, 'extra' => $item['LIBELLE_PE'], 'extra' => $item['LIBELLE_PE'] ?: '', ]; } else { if ($item['NB_CH'] > 1) { Loading