Skip to content
Snippets Groups Projects
Commit 1ed6b1bf authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Petite coquille qui empêĉhe le msg de s'afficher si on est connecté sans rôle ni statut

parent db9ac496
Branches release_1.1.4
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ $onlyIntervenant = $intervenant && (null == $context->getSelectedIdentityRole()-
} elseif ($context->getUtilisateur()->getAffectation()->count() == 0) {
?>
<div class="alert alert-danger" role="alert">
<?= connexionSansRoleNiStatut ?>
<?= $connexionSansRoleNiStatut ?>
</div>
<?php
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment