Loading module/Application/src/Application/Controller/EcoleDoctoraleController.php +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ class EcoleDoctoraleController extends StructureConcreteController { $id = $this->params()->fromRoute('structure'); $structureConcrete = $this->getStructureConcreteService()->getRepository()->findByStructureId($id); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete, false); $viewModel = parent::informationAction(); Loading module/Application/src/Application/Controller/UniteRechercheController.php +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class UniteRechercheController extends StructureConcreteController { $id = $this->params()->fromRoute('structure'); $structureConcrete = $this->getStructureConcreteService()->getRepository()->findByStructureId($id); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete, false); $viewModel = parent::informationAction(); Loading module/Application/view/application/ecole-doctorale/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ $canCoencadrantExport = $this->isAllowed(CoEncadrantPrivileges::getResourceId(Co <li> <?php echo $acteur->getIndividu()->getPrenom1(); ?> <?php echo $acteur->getIndividu()->getNomUsuel(); ?> (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?> en cours.) (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?>.) <?php if ($canCoencadrantAfficher) : ?> <a href="<?php echo $this->url('co-encadrant/historique', ['co-encadrant' => $acteur->getId()],[], true); ?>"> <span class="glyphicon glyphicon-eye-open" title="Accéder à l'historique de co-encadrement"></span></a> Loading module/Application/view/application/unite-recherche/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ $canCoencadrantExport = $this->isAllowed(CoEncadrantPrivileges::getResourceId(Co <li> <?php echo $acteur->getIndividu()->getPrenom1(); ?> <?php echo $acteur->getIndividu()->getNomUsuel(); ?> (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?> en cours.) (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?>.) <?php if ($canCoencadrantAfficher) : ?> <a href="<?php echo $this->url('co-encadrant/historique', ['co-encadrant' => $acteur->getId()],[], true); ?>"> <span class="glyphicon glyphicon-eye-open" title="Accéder à l'historique de co-encadrement"></span></a> Loading Loading
module/Application/src/Application/Controller/EcoleDoctoraleController.php +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ class EcoleDoctoraleController extends StructureConcreteController { $id = $this->params()->fromRoute('structure'); $structureConcrete = $this->getStructureConcreteService()->getRepository()->findByStructureId($id); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete, false); $viewModel = parent::informationAction(); Loading
module/Application/src/Application/Controller/UniteRechercheController.php +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class UniteRechercheController extends StructureConcreteController { $id = $this->params()->fromRoute('structure'); $structureConcrete = $this->getStructureConcreteService()->getRepository()->findByStructureId($id); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete); $coencadrants = $this->getCoEncadrantService()->getCoEncadrantsByStructureConcrete($structureConcrete, false); $viewModel = parent::informationAction(); Loading
module/Application/view/application/ecole-doctorale/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ $canCoencadrantExport = $this->isAllowed(CoEncadrantPrivileges::getResourceId(Co <li> <?php echo $acteur->getIndividu()->getPrenom1(); ?> <?php echo $acteur->getIndividu()->getNomUsuel(); ?> (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?> en cours.) (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?>.) <?php if ($canCoencadrantAfficher) : ?> <a href="<?php echo $this->url('co-encadrant/historique', ['co-encadrant' => $acteur->getId()],[], true); ?>"> <span class="glyphicon glyphicon-eye-open" title="Accéder à l'historique de co-encadrement"></span></a> Loading
module/Application/view/application/unite-recherche/information.phtml +1 −1 Original line number Diff line number Diff line Loading @@ -218,7 +218,7 @@ $canCoencadrantExport = $this->isAllowed(CoEncadrantPrivileges::getResourceId(Co <li> <?php echo $acteur->getIndividu()->getPrenom1(); ?> <?php echo $acteur->getIndividu()->getNomUsuel(); ?> (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?> en cours.) (<?php echo $count; ?> co-encadrement<?php if ($count > 1) echo "s"; ?>.) <?php if ($canCoencadrantAfficher) : ?> <a href="<?php echo $this->url('co-encadrant/historique', ['co-encadrant' => $acteur->getId()],[], true); ?>"> <span class="glyphicon glyphicon-eye-open" title="Accéder à l'historique de co-encadrement"></span></a> Loading