Skip to content

Commit

Permalink
Merge pull request #75 from conterra/support-costum-stores
Browse files Browse the repository at this point in the history
fix to show operators in filter mode
  • Loading branch information
matthiasstein authored Aug 13, 2024
2 parents 5805f56 + 107911a commit c4b4ddc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default class FilterQueryBuilderWidgetFactory {
vm.spatialRelation = "everywhere";
vm.allowMultipleSpatialInputs = false;
vm.enableDistinctValues = model.enableDistinctValues;
vm.operators = model.operators;
vm.visibleElements = {
fieldInfos: model.visibleElements.filterMode.fieldInfos,
linkOperator: true,
Expand Down

0 comments on commit c4b4ddc

Please sign in to comment.