Commit 4fdd11cb authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Lien des projets/activités depuis la fiche personne

parent ef974ac9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@

        <nav>
            <?php if( $this->grant(\Oscar\Provider\Privileges::ACTIVITY_INDEX)): ?>
            <a href="<?= $this->url('contract/search-global') ?>?&project=1&f[]=ap%3B3879%3B%3B"
            <a href="<?= $this->url('contract/search-global') ?>?&project=1&f[]=ap%3B<?= $entity->getId() ?>%3B%3B"
               class="btn btn-light">
                Voir les projets
            </a>
            <a href="<?= $this->url('contract/search-global') ?>?&project=0&f[]=ap%3B3879%3B%3B"
            <a href="<?= $this->url('contract/search-global') ?>?&project=0&f[]=ap%3B<?= $entity->getId() ?>%3B%3B"
               class="btn btn-light">
                Voir les activités
            </a>