PMCORE-3446: usto Case List Labels should be displayed as the labels defined in the Report Table Build 3.7.0-5474
This commit is contained in:
@@ -138,6 +138,7 @@ export default {
|
||||
product,
|
||||
newItems = [];
|
||||
that.filterItems = [];
|
||||
that.headings = {};
|
||||
response.data.columns.forEach((item) => {
|
||||
if (item.enableFilter) {
|
||||
if (that.availableItems[that.itemMap[item.field]]) {
|
||||
@@ -149,6 +150,7 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
that.headings[item.field] = item.name;
|
||||
columns.push(item.field);
|
||||
});
|
||||
that.filterItems = newItems;
|
||||
|
||||
Reference in New Issue
Block a user