Skip to content

Commit

Permalink
MID-8144 fix Report parameters (from GUI) do not work
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 4, 2022
1 parent 34f359a commit 5b96447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void searchPerformed(AjaxRequestTarget target) {

@Override
protected Search createSearch(Class<C> type) {
return SearchFactory.createSearch(createSearchConfigurationWrapper(type), getPageBase());
return SearchFactory.createSearch(createSearchConfigurationWrapper(type), false, getPageBase());
}

private SearchConfigurationWrapper<C> createSearchConfigurationWrapper(Class<C> type) {
Expand Down

0 comments on commit 5b96447

Please sign in to comment.