Skip to content

Commit 6482d84

Browse files
authored
[Bug, EC] PEES-773: Fix Grid Export not respecting the "Type to show" (#1040)
1 parent 6c58553 commit 6482d84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/js/pimcore/element/helpers/gridColumnConfig.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,10 @@ pimcore.element.helpers.gridColumnConfig = {
954954
params["only_direct_children"] = this.checkboxOnlyDirectChildren.getValue();
955955
}
956956

957+
if (typeof this.selectObjectType !=='undefined') {
958+
params['filter_by_object_type'] = this.selectObjectType.getValue();
959+
}
960+
957961
//only unreferenced filter
958962
if (this.checkboxOnlyUnreferenced) {
959963
params["only_unreferenced"] = this.checkboxOnlyUnreferenced.getValue();

0 commit comments

Comments
 (0)