Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 ----- Loading module/Soutenance/view/soutenance/proposition/partial/validations-acteurs.phtml +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ */ use Soutenance\Entity\Etat; use Soutenance\Entity\Justificatif; use Soutenance\Service\Horodatage\HorodatageService; use These\Entity\Db\Acteur; Loading Loading @@ -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> Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 ----- Loading
module/Soutenance/view/soutenance/proposition/partial/validations-acteurs.phtml +2 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ */ use Soutenance\Entity\Etat; use Soutenance\Entity\Justificatif; use Soutenance\Service\Horodatage\HorodatageService; use These\Entity\Db\Acteur; Loading Loading @@ -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> Loading