We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c58553 commit 6482d84Copy full SHA for 6482d84
public/js/pimcore/element/helpers/gridColumnConfig.js
@@ -954,6 +954,10 @@ pimcore.element.helpers.gridColumnConfig = {
954
params["only_direct_children"] = this.checkboxOnlyDirectChildren.getValue();
955
}
956
957
+ if (typeof this.selectObjectType !=='undefined') {
958
+ params['filter_by_object_type'] = this.selectObjectType.getValue();
959
+ }
960
+
961
//only unreferenced filter
962
if (this.checkboxOnlyUnreferenced) {
963
params["only_unreferenced"] = this.checkboxOnlyUnreferenced.getValue();
0 commit comments