This commit is contained in:
@@ -239,6 +239,14 @@ export default {
|
||||
//get current version now
|
||||
var currentVersion = window.$gz.clientInfo.version;
|
||||
if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
||||
window.$gz.store.commit(
|
||||
"logItem",
|
||||
"##### New version detected ##### cleared form settings cache (" +
|
||||
window.$gz.store.state.lastClientVersion +
|
||||
" -> " +
|
||||
currentVersion +
|
||||
")"
|
||||
);
|
||||
window.$gz.store.commit("setLastClientVersion", currentVersion);
|
||||
window.$gz.store.commit("clearAllFormSettings");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user