This commit is contained in:
@@ -20,10 +20,10 @@ TODO: NEW CLIENT UPDATE ISSUES
|
|||||||
Find the notes already about this, maybe there is a link about serviceworkers etc
|
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
|
https://medium.com/@dougallrich/give-users-control-over-app-updates-in-vue-cli-3-pwas-20453aedc1f2
|
||||||
|
|
||||||
|
|
||||||
### SMALL QUICK ITEMS #####
|
### SMALL QUICK ITEMS #####
|
||||||
|
todo: new small log, old small to medium, old medium to large
|
||||||
todo: can't delete second report template
|
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
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-alpha.24",
|
"version": "8.0.0-alpha.25",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -291,6 +291,10 @@ export default {
|
|||||||
window.location.reload();
|
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.
|
// //Detect version change, wipe persisted form settings if has changed.
|
||||||
// let currentVersion = window.$gz.clientInfo.version;
|
// let currentVersion = window.$gz.clientInfo.version;
|
||||||
// if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
// if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.24",
|
version: "8.0.0-alpha.25",
|
||||||
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-footer color="primary" padless absolute>
|
<v-footer color="primary" padless absolute>
|
||||||
<div style="text-align: center;" class="mx-auto pa-4">
|
<div style="text-align: center;" class="mx-auto pa-4 mb-10 mb-sm-1">
|
||||||
<a
|
<a
|
||||||
href="https://ayanova.com"
|
href="https://ayanova.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
Reference in New Issue
Block a user