Loading module/Application/src/Application/Service/Agent/AgentService.php +1 −1 Original line number Diff line number Diff line Loading @@ -417,7 +417,7 @@ class AgentService { if (!empty($responsables)) return $responsables; } $structure = $structure->getParent(); $structure = ($structure)?$structure->getParent():null; } while($structure !== null); return []; Loading Loading
module/Application/src/Application/Service/Agent/AgentService.php +1 −1 Original line number Diff line number Diff line Loading @@ -417,7 +417,7 @@ class AgentService { if (!empty($responsables)) return $responsables; } $structure = $structure->getParent(); $structure = ($structure)?$structure->getParent():null; } while($structure !== null); return []; Loading