KEYCLOAK-2115
This commit is contained in:
parent
0bab4e63fa
commit
067cb120f8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module.controller('GroupListCtrl', function($scope, $route, realm, groups, Group
|
|||
$scope.tree = [];
|
||||
|
||||
$scope.edit = function(selected) {
|
||||
if (selected.id == 'realm') return;
|
||||
$location.url("/realms/" + realm.realm + "/groups/" + selected.id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue