Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
c15b5c30
Commit
c15b5c30
authored
Oct 17, 2019
by
Laurent Lécluse
Browse files
Correction du bug des indicateurs
parent
1f47b674
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/Application/src/Application/Provider/Role/RoleProvider.php
View file @
c15b5c30
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment