This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user