Skip to content
Snippets Groups Projects
Commit 73cf9148 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

(cherry picked from commit 1ed6b1bf)
parent db9ac496
Branches
Tags 14.2
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