Batch is the new Bulk
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user