Commit 64584cb2 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction sur reconduction offre de formation

parent 46caa841
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ return [
                ],
                'may_terminate' => true,
                'child_routes'  => [
                    'default'                  => [
                    'default' => [
                        'type'    => 'Segment',
                        'options' => [
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@

namespace Application\Service;

use Application\Entity\Db\CentreCout;
use Application\Entity\Db\ElementPedagogique;
use Application\Entity\Db\Structure;
use Application\Entity\Db\Annee;
use Application\Entity\Db\ElementPedagogique;
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ $this->headScript()->offsetSetFile(100, '/js/reconduction-offre.js');
            </table>
        <?php else: ?>
            <?php if ($fromPost): ?>
                <p><a href="<?= $this->url('of/reconduction', [], ['query' => ['structure' => $structure->getId()]]) ?>"><
                <p><a href="<?= $this->url('aof/reconduction', [], ['query' => ['structure' => $structure->getId()]]) ?>"><
                        Retour à la liste
                        des formations.</a></p>
            <?php else: ?>
@@ -74,7 +74,7 @@ $this->headScript()->offsetSetFile(100, '/js/reconduction-offre.js');
                    <div class="well well-sm">Les lignes avec le fond gris ont déjà été reconduites pour la prochaine année
                        universitaire.
                    </div>
                    <form action="<?php echo $this->url(null, [], [], true) ?>" method="POST" id="form-reconduction">
                    <form action="<?= $this->url('aof/reconduction', [], ['query' => ['structure' => $structure->getId()]]) ?>" method="POST" id="form-reconduction">

                        <?php foreach ($offresComplementaires