Alert error message if open dependencies are included in the issues that try to batch close (#24329)
fix #24185 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
df9a62b5f9
commit
8f57aa014b
3 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,8 @@ function initRepoIssueListCheckboxes() {
|
|||
elementId
|
||||
).then(() => {
|
||||
window.location.reload();
|
||||
}).catch((reason) => {
|
||||
window.alert(reason.responseJSON.error);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue