Commit 0dabbb08 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Filtre sur les types depuis l'interface d'administration

parent 47dec46e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,9 +49,9 @@
        <?= $entity->getLabel() ?>

        <?php if( $distribution[$entity->getId()] ): ?>
            <a href="<?= $this->url('contract/advancedsearch') ?>?q=&criteria[]=at%3B<?= $entity->getId() ?>%3B"
            <a href="<?= $this->url('contract/search-global') ?>?q=&f[]=at%3B<?= $entity->getId() ?>%3B"
                title="Voir"
                class="label label-info">
                class="cartouche primary">
            <?= $distribution[$entity->getId()] ?>
            </a>
        <?php else: ?>