Skip to content

Commit

Permalink
Fix editable query tools in 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Sep 17, 2021
1 parent d8d3159 commit 7a0d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/bundles/dn_querybuilder/QueryToolController.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class QueryToolController {

if (event.options && event.options.editable === true) {
this.hideWindow();
const widget = this._editableQueryBuilderWidgetFactory.getWidget(event._properties, tool);
const widget = this._editableQueryBuilderWidgetFactory.getWidget(event, tool);
const serviceProperties = {
"widgetRole": "editableQueryBuilderWidget"
};
Expand Down

0 comments on commit 7a0d042

Please sign in to comment.