This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-alpha.71",
|
||||
version: "8.0.0-alpha.72",
|
||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -1008,16 +1008,16 @@ export default {
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
// let allValid = true;
|
||||
// refs.every(function gzformCheckControlsAreValid(item) {
|
||||
// if (vm.$refs[item]) {
|
||||
// if (!vm.$refs[item].valid) {
|
||||
// allValid = false;
|
||||
// return false;
|
||||
// }
|
||||
// }
|
||||
// });
|
||||
// return allValid;
|
||||
},
|
||||
////////////////////////////////////////
|
||||
// Standard object not found handler
|
||||
//
|
||||
handleObjectNotFound(vm) {
|
||||
window.$gz.eventBus.$emit("notify-error", vm.$ay.t("ErrorAPI2010"));
|
||||
// navigate backwards after small delay to show error
|
||||
//(the navigate removes the toast notification immediately)
|
||||
setTimeout(function() {
|
||||
vm.$router.go(-1);
|
||||
}, 2000);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user