KEYCLOAK-2115

This commit is contained in:
Bill Burke 2015-11-25 09:58:57 -05:00
parent 0bab4e63fa
commit 067cb120f8

View file

@ -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);
}