From 30748f579fa144d3a222b449d603ff7e4712aaef Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Sep 2020 21:30:04 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++-- ayanova/package.json | 2 +- ayanova/src/App.vue | 4 ++++ ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/views/login.vue | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4d7ea942..87903956 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -20,10 +20,10 @@ TODO: NEW CLIENT UPDATE ISSUES Find the notes already about this, maybe there is a link about serviceworkers etc https://medium.com/@dougallrich/give-users-control-over-app-updates-in-vue-cli-3-pwas-20453aedc1f2 - + ### SMALL QUICK ITEMS ##### - +todo: new small log, old small to medium, old medium to large todo: can't delete second report template FYI - still getting same server log error when try to delete report templates - CAN NOT DELETE more than one report template per loaded instance of servers diff --git a/ayanova/package.json b/ayanova/package.json index f3b5f17a..3f537cde 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-alpha.24", + "version": "8.0.0-alpha.25", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index f299bc17..46a080e9 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -291,6 +291,10 @@ export default { window.location.reload(); }); + //Removed this when I added the PWA update code because in reality it should not be required for + //regular updates as it would be very intrusive, instead, on a new version it should internally fixup the + //store if necessary + // //Detect version change, wipe persisted form settings if has changed. // let currentVersion = window.$gz.clientInfo.version; // if (currentVersion != window.$gz.store.state.lastClientVersion) { diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 57820367..45c3bed1 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.24", + version: "8.0.0-alpha.25", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index c2b0f8ca..f6f6ee33 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -102,7 +102,7 @@ -
+