Commit 356ff804 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Page 'Mes formations' pour le doctorant : suppression de la colonne 'Etablissement'.

parent 7e157cd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
------
+0 −4
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP
            <tr>
                <th> Formation </th>
                <th class="w-12"> Formateur&middot;trice&middot;s </th>
                <th> Établissement </th>
                <th class="w-12"> Dates et lieux </th>
                <th> Modalité </th>
                <th> Type </th>
@@ -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>
@@ -235,7 +233,6 @@ $canCatalogueAfficher = $this->isAllowed(ModulePrivileges::getResourceId(ModuleP
            <tr>
                <th> Formation </th>
                <th> Formateur&middot;trice&middot;s </th>
                <th> Établissement </th>
                <th> Dates et lieux </th>
                <th> Modalité </th>
                <th> Type </th>
@@ -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>