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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
            }