Skip to content

Commit

Permalink
npe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 11, 2022
1 parent ef86211 commit 1b2a588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected void filterConfiguredPerformed(ObjectFilter configuredFilter, AjaxRequ
return;
}
SearchFilterConfigurationPanel.this.getModel().setObject(SearchFilterConfigurationPanel.this.getPageBase().getQueryConverter().createSearchFilterType(configuredFilter));
target.add(get(ID_CONTAINER));
target.add(SearchFilterConfigurationPanel.this.get(ID_CONTAINER));
target.add(getPageBase().getFeedbackPanel());
} catch (SchemaException e) {
LoggingUtils.logUnexpectedException(LOGGER, "Cannot serialize filter", e);
Expand Down

0 comments on commit 1b2a588

Please sign in to comment.