This commit is contained in:
@@ -362,6 +362,13 @@ export default {
|
|||||||
dirty: false,
|
dirty: false,
|
||||||
valid: true
|
valid: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
//refresh the local global settings cache so user can try their settings right away
|
||||||
|
//get the client version of the global settings object values
|
||||||
|
let gsets = await window.$gz.api.get("global-biz-setting/client");
|
||||||
|
if (!gsets.error) {
|
||||||
|
window.$gz.store.commit("setGlobalSettings", gsets.data);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
window.$gz.errorHandler.handleFormError(ex, vm);
|
window.$gz.errorHandler.handleFormError(ex, vm);
|
||||||
|
|||||||
Reference in New Issue
Block a user