This commit is contained in:
2021-08-11 20:27:37 +00:00
parent 4606920cde
commit 286e454677
9 changed files with 47 additions and 10 deletions

View File

@@ -166,7 +166,7 @@ export default {
let temp = res.data;
//Nice touch to show super faded just before deletion but don't have time for this fuckery at the moment
//Nice touch to show super faded just before deletion but don't have time for this at the moment
// let dtNow = window.$gz.DateTime.local();
// let dtToday = window.$gz.DateTime.local(
// dtNow.year,

View File

@@ -229,7 +229,6 @@ export default {
window.$gz.form.setErrorBoxErrors(vm);
} else {
//success, no need to be here anymore this is not an update form so navigate backwards since we don't know which list we came from
//and it's not worth spending time coding that shit in
window.$gz.form.setFormState({
vm: vm,
loading: false,