Commit 8987bdf7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction valeurs remonté pour les ED et UR sur le coencadrement

parent db216a59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();

+1 −1
Original line number Diff line number Diff line
@@ -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();

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