This commit is contained in:
@@ -273,7 +273,7 @@ export default {
|
||||
|
||||
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
|
||||
let languageName = window.$gz.locale.getBrowserLanguages();
|
||||
let hour12 = window.$gz.store.state.locale.hour12;
|
||||
let hour12 = window.$gz.store.state.userOptions.hour12;
|
||||
let ret = [];
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
let o = data[i];
|
||||
|
||||
@@ -637,8 +637,8 @@ function buildRecords(listData, columndefinitions) {
|
||||
//cache display format stuff
|
||||
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
|
||||
let languageName = window.$gz.locale.getBrowserLanguages();
|
||||
let hour12 = window.$gz.store.state.locale.hour12;
|
||||
let currencyName = window.$gz.store.state.locale.currencyName;
|
||||
let hour12 = window.$gz.store.state.userOptions.hour12;
|
||||
let currencyName = window.$gz.store.state.userOptions.currencyName;
|
||||
|
||||
//comes as an array of arrays, needs to leave as an array of objects representing each row
|
||||
for (let iRow = 0; iRow < listData.length; iRow++) {
|
||||
|
||||
Reference in New Issue
Block a user