This commit is contained in:
@@ -745,6 +745,34 @@ export default function initialize() {
|
||||
);
|
||||
window.$gz.eventBus.$emit("notify-error", msg);
|
||||
} else {
|
||||
//Check if overrides and use them here
|
||||
//or else use browser defaults
|
||||
//locale().getBrowserFirstLanguage()
|
||||
//locale().getBrowserTimeZoneName()
|
||||
|
||||
|
||||
/*
|
||||
concurrencyToken: 7478681
|
||||
|
||||
currencyName: "USD"
|
||||
|
||||
emailAddress: null
|
||||
|
||||
hour12: true
|
||||
|
||||
id: 1
|
||||
|
||||
languageOverride: null
|
||||
|
||||
timeZoneOverride: null
|
||||
|
||||
uiColor: "#000000"
|
||||
|
||||
userId: 1
|
||||
*/
|
||||
|
||||
|
||||
|
||||
window.$gz.store.commit("setLocale", {
|
||||
languageOverride: "en-US",
|
||||
timeZoneOverride: "America/New_York",
|
||||
|
||||
Reference in New Issue
Block a user