Skip to content

Commit

Permalink
fix export from here in search, no more SQL editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Oct 4, 2023
1 parent 02a91df commit 7e55cbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ pimcore.object.search = Class.create(pimcore.object.search, {
root: this.object.id,
query: this.searchField.getValue(),
only_direct_children: this.checkboxOnlyDirectChildren.getValue(),
condition: this.sqlEditor.getValue(),
ids: ids,
}),
csrfToken: pimcore.settings['csrfToken']
Expand Down

0 comments on commit 7e55cbd

Please sign in to comment.