This commit is contained in:
@@ -29,6 +29,8 @@ TODO: Report confirmation checklist
|
|||||||
log errors, handlebars template errors, javascript errors etc
|
log errors, handlebars template errors, javascript errors etc
|
||||||
- timeout
|
- timeout
|
||||||
handle timeout waiting for report (infinite loop scenario?)
|
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 ---------------
|
-------- NON REPORTING RELATED STUFF ---------------
|
||||||
|
|||||||
@@ -509,9 +509,7 @@ Handlebars.registerHelper('loud', function (aString) {
|
|||||||
let url = "report/" + recordId;
|
let url = "report/" + recordId;
|
||||||
try {
|
try {
|
||||||
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
||||||
|
|
||||||
let res = await window.$gz.api.get(url);
|
let res = await window.$gz.api.get(url);
|
||||||
|
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
//Not found?
|
//Not found?
|
||||||
if (res.error.code == "2010") {
|
if (res.error.code == "2010") {
|
||||||
|
|||||||
Reference in New Issue
Block a user