This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
vm.errorObj = [];
|
||||
return;
|
||||
}
|
||||
console.log("Fetching for job", jobId);
|
||||
|
||||
let res = await window.$gz.api.get(`job-operations/logs/${jobId}`);
|
||||
//{"data":[{"created":"2020-12-09T19:20:41.915635Z","statusText":"Processing job \"Bulk operation: DELETE on HeadOffice (2 specified) - BulkCoreBizObjectOperation:Delete\"","jobId":"9817e970-c746-443c-8f11-fc0588f2acff"},{"created":"2020-12-09T19:20:41.922711Z","statusText":"Bulk job Delete started...","jobId":"9817e970-c746-443c-8f11-fc0588f2acff"},{"created":"2020-12-09T19:20:41.938821Z","statusText":"Error processing item 11: Validation errors:\r\nTarget: errorbox error: LT:Customer\r\n","jobId":"9817e970-c746-443c-8f11-fc0588f2acff"},{"created":"2020-12-09T19:20:41.951148Z","statusText":"Error processing item 2: Validation errors:\r\nTarget: errorbox error: LT:Customer\r\n","jobId":"9817e970-c746-443c-8f11-fc0588f2acff"},{"created":"2020-12-09T19:20:41.954891Z","statusText":"Bulk job Delete processed 2 of 2 with 2 failures","jobId":"9817e970-c746-443c-8f11-fc0588f2acff"}]}
|
||||
//NOPE-----------
|
||||
@@ -114,8 +114,6 @@ export default {
|
||||
} else {
|
||||
vm.errorObj = [];
|
||||
}
|
||||
|
||||
console.log("Errorobj is now:", vm.errorObj);
|
||||
},
|
||||
open(dls) {
|
||||
this.dataListSelection = dls;
|
||||
|
||||
Reference in New Issue
Block a user