Skip to content
Snippets Groups Projects
Commit 2d8911c2 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branches 'develop' and 'master' of https://git.unicaen.fr/open-source/OSE

parents 21fbc0db c15b5c30
Branches
Tags 9.0.1-zf2
No related merge requests found
......@@ -160,6 +160,7 @@ class RoleProvider implements ProviderInterface, EntityManagerAwareInterface
$affRole->initPrivileges($rolesPrivileges[$roleId]);
}
$affRole->setDbRole($dbRole);
$affRole->setPerimetre($dbRole->getPerimetre());
$affRole->setStructure($structure);
$roles[$affRoleId] = $affRole;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment