From 7fa59868e3d3b37221cd9736354bb00d3da46c83 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr> Date: Wed, 2 Apr 2025 14:08:25 +0200 Subject: [PATCH] Retrait d'une colonne --- view/unicaen-indicateur/indicateur/index.phtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/view/unicaen-indicateur/indicateur/index.phtml b/view/unicaen-indicateur/indicateur/index.phtml index e186dcf..291de07 100644 --- a/view/unicaen-indicateur/indicateur/index.phtml +++ b/view/unicaen-indicateur/indicateur/index.phtml @@ -87,7 +87,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate <th> Code </th> <th> Effectif </th> <th> Titre </th> - <th> Entity </th> <th> #Abonnement </th> <th class="action"> Action </th> </tr> @@ -106,7 +105,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate </small> <?php endif; ?> </td> - <td> <?php echo $indicateur->getEntity(); ?> </td> <td> <?php echo count($indicateur->getAbonnements()); ?> <?php if (isset($abonnements[$indicateur->getId()])) : ?> -- GitLab