This commit is contained in:
@@ -528,10 +528,11 @@ function buildHeaders(columnData) {
|
||||
//Called by getDataFromApi on retrieval of list with columnData
|
||||
function buildRecords(listData, columndefinitions) {
|
||||
//iterate data, build each object keyed with index name and display set to correct locale filter and then return
|
||||
if (!listData) {
|
||||
return;
|
||||
}
|
||||
|
||||
var ret = [];
|
||||
if (!listData) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
//cache display format stuff
|
||||
var timeZoneName = window.$gz.locale.getTimeZoneName();
|
||||
|
||||
Reference in New Issue
Block a user