Skip to content
Snippets Groups Projects
Commit a6559325 authored by gauthierb's avatar gauthierb
Browse files

Référentiel, correction : utilisation de l'intervenant du contexte local pour...

Référentiel, correction : utilisation de l'intervenant du contexte local pour les profils autre qu'Intervenant.
parent 80cc2d88
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,7 @@ class ServiceReferentielController extends AbstractActionController implements C
if ($role instanceof \Application\Acl\IntervenantRole) {
$intervenant = $role->getIntervenant();
}
if ($role instanceof \Application\Acl\ComposanteRole) {
else {
// récupère l'éventuel intervenant du contexte local
$intervenant = $context->getIntervenant();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment