Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ Journal des modifications 12.1.0 ------ - Menu Formations : élargissement du nombre de rôles habilités à voir le menu. - Page 'Mes formations' pour le doctorant : suppression de la colonne 'Etablissement'. 12.0.0 ------ Loading module/Formation/view/formation/index/index-doctorant.phtml +0 −4 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <tr> <th> Formation </th> <th class="w-12"> Formateur·trice·s </th> <th> Établissement </th> <th class="w-12"> Dates et lieux </th> <th> Modalité </th> <th> Type </th> Loading @@ -150,7 +149,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <?php endif; ?> </td> <td> <?php echo $this->formateurs($session); ?> </td> <td> <?php echo $this->site($session); ?> </td> <td> <?php if ($session->getDateClotureInscription()) : ?> <strong> Date de fermeture des inscriptions : </strong> Loading Loading @@ -235,7 +233,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <tr> <th> Formation </th> <th> Formateur·trice·s </th> <th> Établissement </th> <th> Dates et lieux </th> <th> Modalité </th> <th> Type </th> Loading @@ -260,7 +257,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <?php endif; ?> </td> <td> <?php echo $this->formateurs($session); ?> </td> <td> <?php echo $this->site($session); ?> </td> <td> <?php echo $this->seances($session); ?> </td> <td> <?php echo $this->modalite($session); ?></td> <td> <?php echo $this->type($session); ?></td> Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ Journal des modifications 12.1.0 ------ - Menu Formations : élargissement du nombre de rôles habilités à voir le menu. - Page 'Mes formations' pour le doctorant : suppression de la colonne 'Etablissement'. 12.0.0 ------ Loading
module/Formation/view/formation/index/index-doctorant.phtml +0 −4 Original line number Diff line number Diff line Loading @@ -123,7 +123,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <tr> <th> Formation </th> <th class="w-12"> Formateur·trice·s </th> <th> Établissement </th> <th class="w-12"> Dates et lieux </th> <th> Modalité </th> <th> Type </th> Loading @@ -150,7 +149,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <?php endif; ?> </td> <td> <?php echo $this->formateurs($session); ?> </td> <td> <?php echo $this->site($session); ?> </td> <td> <?php if ($session->getDateClotureInscription()) : ?> <strong> Date de fermeture des inscriptions : </strong> Loading Loading @@ -235,7 +233,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <tr> <th> Formation </th> <th> Formateur·trice·s </th> <th> Établissement </th> <th> Dates et lieux </th> <th> Modalité </th> <th> Type </th> Loading @@ -260,7 +257,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP <?php endif; ?> </td> <td> <?php echo $this->formateurs($session); ?> </td> <td> <?php echo $this->site($session); ?> </td> <td> <?php echo $this->seances($session); ?> </td> <td> <?php echo $this->modalite($session); ?></td> <td> <?php echo $this->type($session); ?></td> Loading