[KEYCLOAK-1931] UI doesn't reflect when flow is deleted

This commit is contained in:
girirajsharma 2015-10-11 12:41:32 +05:30
parent 115663a32d
commit 639b5b617b

View file

@ -1745,6 +1745,7 @@ module.controller('AuthenticationFlowsCtrl', function($scope, $route, realm, flo
execution.postLevels.push(j);
}
}
$location.url("/realms/" + realm.realm + "/authentication/flows/" + $scope.flow.alias);
})
};