Skip to content
Snippets Groups Projects
Commit 6c6a741c authored by lecluse's avatar lecluse
Browse files

#1344

parent 8039b2de
Branches
Tags
No related merge requests found
......@@ -137,7 +137,7 @@ class RoleProvider implements ProviderInterface, EntityManagerAwareInterface
/* fin de deprecated */
//$role = new Role( $roleId, $parent, $roleLibelle);
//$role = new Role( $roleId, 'user', $roleLibelle);
$role->setDbRole( $dbRole );
$role->setPersonnel( $personnel );
......@@ -147,7 +147,6 @@ class RoleProvider implements ProviderInterface, EntityManagerAwareInterface
$role->setStructure( $affectation->getStructure() );
}
$roles[$roleId] = $role;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment