This commit is contained in:
@@ -1332,10 +1332,7 @@ function initDataObject(vm) {
|
||||
//debugger;
|
||||
for (var i = 0; i < vm.fieldDefinitions.length; i++) {
|
||||
var fld = vm.fieldDefinitions[i];
|
||||
//skip over the default column
|
||||
if (fld.fieldKey == "df") {
|
||||
continue;
|
||||
}
|
||||
|
||||
//is this field already in ret array?
|
||||
if (null == window.$gz._.find(ret, ["key", fld.fieldKey])) {
|
||||
//nope, so add it
|
||||
|
||||
Reference in New Issue
Block a user