Merge pull request #3712 from ssilvert/page-not-found-federation
KEYCLOAK-4155: User Federation: Page not found when click cancel crea…
This commit is contained in:
commit
41404424ac
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ module.controller('LDAPUserStorageCtrl', function($scope, $location, Notificatio
|
||||||
|
|
||||||
$scope.cancel = function() {
|
$scope.cancel = function() {
|
||||||
if ($scope.create) {
|
if ($scope.create) {
|
||||||
$location.url("/realms/" + realm.realm + "/user-storage");
|
$location.url("/realms/" + realm.realm + "/user-federation");
|
||||||
} else {
|
} else {
|
||||||
$route.reload();
|
$route.reload();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue