Skip to content

Commit

Permalink
fix to show operators in filter mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Jakuschona committed Aug 12, 2024
1 parent 77072f4 commit 107911a
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 107911a

Please sign in to comment.