Commit 26859df8 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Soutenance : Masquage du warning si la soutenance n'est plus à l'état EN_COURS

parent b6624596
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ Journal des modifications
6.0.2
-----
- [SQL] Amélioration des libellés des 2 paramètres du module Rapport d'activité.
- Soutenance : Masquage du warning si la soutenance n'est plus à l'état EN_COURS

6.0.1
-----
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 */


use Soutenance\Entity\Etat;
use Soutenance\Entity\Justificatif;
use Soutenance\Service\Horodatage\HorodatageService;
use These\Entity\Db\Acteur;
@@ -46,7 +47,7 @@ $isAllOk = $hasDeclaration && $hasAttestation && $isDateOk && $isInformationsOk;
    </div>
    <div class="card-body">

        <?php if (!$isAllOk) : ?>
        <?php if ($proposition->getEtat()->getCode() === Etat::EN_COURS && !$isAllOk) : ?>
         <div class="alert alert-danger">
            <strong>
                <span class="icon icon-attention"></span>