Loading module/Soutenance/src/Soutenance/Controller/PropositionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,7 @@ abstract class PropositionController extends AbstractSoutenanceController $vm->setVariables([ 'proposition' => $this->proposition, 'validations' => $validations, 'typeProposition' => $this->proposition, 'typeProposition' => $this->type, 'isIndicateursOk' => $isIndicateursOk, ]); return $vm; Loading module/Soutenance/view/soutenance/intervention/afficher.phtml +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ $canModifier = $this->isAllowed($object, InterventionPrivileges::INTERVENTION_MO href="<?php echo $this->url("soutenance_{$typeProposition}/justificatif/ajouter", ['id' => $object->getId(), "proposition" => $proposition->getId(), "nature" => NatureFichier::CODE_DELEGUATION_SIGNATURE, "membre" => $membre->getId()], [], true); ?>" class="btn btn-sm btn-primary ajax-modal" data-event='modification' style="margin: 1px;"> <span class="icon icon-upload"></span> Déposer le justificatif </a> <br> <?php endif; ?> <?php endif; ?> <?php endforeach; ?> Loading Loading
module/Soutenance/src/Soutenance/Controller/PropositionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,7 @@ abstract class PropositionController extends AbstractSoutenanceController $vm->setVariables([ 'proposition' => $this->proposition, 'validations' => $validations, 'typeProposition' => $this->proposition, 'typeProposition' => $this->type, 'isIndicateursOk' => $isIndicateursOk, ]); return $vm; Loading
module/Soutenance/view/soutenance/intervention/afficher.phtml +1 −0 Original line number Diff line number Diff line Loading @@ -127,6 +127,7 @@ $canModifier = $this->isAllowed($object, InterventionPrivileges::INTERVENTION_MO href="<?php echo $this->url("soutenance_{$typeProposition}/justificatif/ajouter", ['id' => $object->getId(), "proposition" => $proposition->getId(), "nature" => NatureFichier::CODE_DELEGUATION_SIGNATURE, "membre" => $membre->getId()], [], true); ?>" class="btn btn-sm btn-primary ajax-modal" data-event='modification' style="margin: 1px;"> <span class="icon icon-upload"></span> Déposer le justificatif </a> <br> <?php endif; ?> <?php endif; ?> <?php endforeach; ?> Loading