Skip to content

Commit

Permalink
removed old SearchPanel classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 27, 2022
1 parent cac8afb commit aa41606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,073 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ private void deletePerformed(AjaxRequestTarget target) {
Search search = item.getSearch();
search.delete(item);

SearchPanel panel = findParent(SearchPanel.class);
panel.refreshSearchForm(target);
panel.searchPerformed(target);
// SearchPanel panel = findParent(SearchPanel.class);
// panel.refreshSearchForm(target);
// panel.searchPerformed(target);
}

protected IModel<List<DisplayableValue<Boolean>>> createBooleanChoices() {
Expand Down

This file was deleted.

0 comments on commit aa41606

Please sign in to comment.