Batch is the new Bulk

This commit is contained in:
2020-12-10 19:29:00 +00:00
parent 417fbac239
commit 7ee490102a
7 changed files with 17 additions and 16 deletions

View File

@@ -57,8 +57,8 @@ export default {
//Clear any possible prior errors
vm.$emit("ext-show-job-log", "clear");
//do the bulk action
let url = "job-operations/bulk-delete";
//do the batch action
let url = "job-operations/batch-delete";
let body = this.dataListSelection;
try {