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:
Stan Silvert 2017-01-04 14:43:22 -05:00 committed by GitHub
commit 41404424ac

View file

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