PMCORE-3959:Custom case list does not show the columns defined

This commit is contained in:
Fabio Guachalla
2022-08-30 11:34:36 -04:00
parent ca1720add9
commit bf95b6547c

View File

@@ -868,7 +868,7 @@ export default {
} }
} }
that.headings[item.field] = item.name; that.headings[item.field] = item.name;
if(item.enableFilter){ if(item.set){
columns.push(item.field); columns.push(item.field);
} }
}); });