From 30869f04f70a379e441ec1ef4aee2f96ba63ec83 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 29 Sep 2020 17:19:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +++++++ ayanova/src/registerServiceWorker.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 54477cbb..8c871ee3 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -35,6 +35,13 @@ TODO: NEW CLIENT UPDATE ISSUES todo: RESET DEV MODE QUICK EVERY MINUTE CHECK TO HOURLY +todo: Joyce issue report: + NOTE: have noticed something : + If edit the PDF Options 'Scale:' field to something (i.e. 2 or 0.5 ) the page renders to that scale as expected (which is cool). + ISSUE NOTICED if delete (the 2 or 0.5 etc) and attempt to leave blank when click on Save get error "Validation error Object did not pass validation" + (nothing is logged to the Server Log) + + ### SMALL QUICK ITEMS ##### todo: now as a desktop app it's trying to automatically go to index.html all of a sudden https://stackoverflow.com/questions/45412014/how-do-i-set-the-start-url-of-a-manifest-json-to-be-the-root-of-the-site diff --git a/ayanova/src/registerServiceWorker.js b/ayanova/src/registerServiceWorker.js index d5fc09af..7afe8a8e 100644 --- a/ayanova/src/registerServiceWorker.js +++ b/ayanova/src/registerServiceWorker.js @@ -25,7 +25,7 @@ if (process.env.NODE_ENV === "production") { console.log("Service worker has been registered."); setInterval(() => { registration.update(); - }, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks + }, 1000 * 60 * 60); // e.g. hourly checks }, offline() { console.log(