Skip to content
Snippets Groups Projects
Commit 7686d911 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction pour mettre le url des fiches intervenant en absolue dans le corps du mail indicateur.

parent 5640231c
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if (count($result) > 0):
<td style="text-align: center"><?= $r['prioritaire'] ? 'P*' : '' ?></td>
<td><?php printValue($r['structure-libelle']); ?></td>
<td>
<a href="<?= $this->url($notification->getIndicateur()->getRoute(), ['intervenant' => $intervenantId]) ?>">
<a href="<?= $this->url($notification->getIndicateur()->getRoute(), ['intervenant' => $intervenantId], ['force_canonical' => true]) ?>">
<?= $r['intervenant-nom'] . ' ' . $r['intervenant-prenom'] . ' <small>(n°' . $r['intervenant-code'] . ' / ' . $r['statut-libelle'] . ')</small>' ?>
</a>
</td>
......@@ -77,5 +77,6 @@ if (count($result) > 0):
Vous vous êtes abonné(e) à cet indicateur
le <?= $notification->getDateAbonnement()->format(Constants::DATETIME_FORMAT) ?>.<br/>
<a href="<?= $this->url('indicateur', [], ['force_canonical' => true]) ?>"
title="Cliquez pour vous rendre à la page de gestion de vos abonnements aux indicateurs">Gérer vos abonnements à des indicateurs</a>
title="Cliquez pour vous rendre à la page de gestion de vos abonnements aux indicateurs">Gérer vos abonnements à
des indicateurs</a>
</p>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment