Fix regression: stay on the same page when a task is closed
This commit is contained in:
@@ -4,7 +4,7 @@ KB.component('confirm-buttons', function (containerElement, options) {
|
||||
function onSubmit() {
|
||||
isLoading = true;
|
||||
KB.find('#modal-confirm-button').replace(buildButton());
|
||||
window.location.href = options.url;
|
||||
KB.http.get(options.url);
|
||||
}
|
||||
|
||||
function onCancel() {
|
||||
|
||||
Reference in New Issue
Block a user