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