From 60d30bf6ae99a3e5ec3d39cf739f91bd9423e309 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Sep 2020 20:41:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/src/views/ay-report-edit.vue | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fadaa781..5190544a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -29,6 +29,8 @@ TODO: Report confirmation checklist log errors, handlebars template errors, javascript errors etc - timeout handle timeout waiting for report (infinite loop scenario?) + - Minimize ay-report.js? + doesn't download so, likely a waste of time to worry about minimizing it unless it speeds up performance to some noticeable degree -------- NON REPORTING RELATED STUFF --------------- diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index a8050fae..c8c435a2 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -509,9 +509,7 @@ Handlebars.registerHelper('loud', function (aString) { let url = "report/" + recordId; try { window.$gz.form.deleteAllErrorBoxErrors(vm); - let res = await window.$gz.api.get(url); - if (res.error) { //Not found? if (res.error.code == "2010") {