Commit 08a59f0e authored by Thomas Hamel's avatar Thomas Hamel
Browse files

fix bugs suite tests module HDR

parent 96364c51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -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; ?>