This commit is contained in:
2020-02-10 20:24:50 +00:00
parent b4747b0a94
commit 97ebb7c191
2 changed files with 93 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default new Vuex.Store({
userType: 0,
homePage: undefined,
localeText: {},
enums: {}, //all enum values with localized text to match stored as key e.g. enums:{AuthorizationRoles:[{0:"no role"},{1:"Limited role"}],UserTypes:[{0:"Technician"},{1:"Client user"}]}
enums: {}, //all enum values with localized text to match stored as key e.g. enums:={AuthorizationRoles:{0:"no role",1:"Limited role"},UserTypes:{0:"Technician",1:"Client user"}}
locale: {
languageOverride: "en-US",
timeZoneOverride: "America/New_York",