Skip to content
Snippets Groups Projects
Commit 0e14e44a authored by uhensler's avatar uhensler
Browse files

OO-3305: Update roles if the admin changes the roles

parent 4825d2d9
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ public class EditRelationRoleController extends FormBasicController { ...@@ -129,7 +129,7 @@ public class EditRelationRoleController extends FormBasicController {
if(relationRole == null) { if(relationRole == null) {
identityRelationsService.createRole(roleEl.getValue(), selectedRights); identityRelationsService.createRole(roleEl.getValue(), selectedRights);
} else { } else {
//update identityRelationsService.updateRole(relationRole, selectedRights);
} }
fireEvent(ureq, Event.DONE_EVENT); fireEvent(ureq, Event.DONE_EVENT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment