Skip to content

Commit

Permalink
Remove not required query in filter mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Nov 24, 2023
1 parent 214764b commit 7f1303a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/js/bundles/dn_querybuilder/QueryController.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export default class QueryController {

// filter mode
if (layer) {
query = this.#query = store.query(complexQuery, opts || options);
this._setProcessing(tool, false, queryBuilderWidgetModel);
const definitionExpression = toSQLWhere(complexQuery);
layer.definitionExpression = definitionExpression;
Expand Down

0 comments on commit 7f1303a

Please sign in to comment.