Merged in bugfix/PMCORE-3959 (pull request #8543)
PMCORE-3959 Approved-by: Henry Jonathan Quispe Quispe Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
c48f006c6a
@@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user