This commit is contained in:
@@ -239,6 +239,14 @@ export default {
|
|||||||
//get current version now
|
//get current version now
|
||||||
var currentVersion = window.$gz.clientInfo.version;
|
var currentVersion = window.$gz.clientInfo.version;
|
||||||
if (currentVersion != window.$gz.store.state.lastClientVersion) {
|
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("setLastClientVersion", currentVersion);
|
||||||
window.$gz.store.commit("clearAllFormSettings");
|
window.$gz.store.commit("clearAllFormSettings");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-alpha.2020.Feb-29",
|
version: "8.0.0-alpha.2020.March-02",
|
||||||
copyright:
|
copyright:
|
||||||
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
"Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user