Skip to content
Snippets Groups Projects
Commit c2388621 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Retrait du marquage html sur le listing des agent·es pour un affichage plus...

Retrait du marquage html sur le listing des agent·es pour un affichage plus propre dans les formulaire sélectionnant un·e agent·e
parent d75f5488
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@
[CORRECTION]
* Correction du bug associé à l'inscription (certains inscriptions sont sans agent (stagiaire externe ?))
[ÉVOLUTION]
* Retrait du marquage html sur le listing des agent·es pour un affichage plus propre dans les formulaire sélectionnant un·e agent·e
## Modification de la configuration
......
......@@ -319,7 +319,7 @@ EOS;
$extra = ($structure) ? $structure->getLibelleCourt() : "Affectation inconnue";
$result[] = array(
'id' => $agent->getId(),
'label' => $agent->getDenomination(),
'label' => strip_tags($agent->getDenomination()),
'extra' => "<span class='badge' style='background-color: slategray;'>" . $extra . "</span>",
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment