Skip to content

Commit

Permalink
null component fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 4, 2022
1 parent 65c21b7 commit 86acdcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ private void updateAdvancedArea(Component area, AjaxRequestTarget target) {
target.appendJavaScript("restoreTextAreaSize('" + area.getMarkupId() + "');");

target.add(
get(createComponentPath(ID_FORM, ID_ADVANCED_GROUP)),
get(createComponentPath(ID_FORM, ID_SEARCH_CONTAINER)));
SearchPanel.this.get(createComponentPath(ID_FORM, ID_SEARCH_ITEMS_PANEL, "2", ID_ADVANCED_GROUP)),
SearchPanel.this.get(createComponentPath(ID_FORM, ID_SEARCH_CONTAINER)));
}

private void updateQueryDSLArea(Component child, Component parent, AjaxRequestTarget target) {
Expand Down

0 comments on commit 86acdcb

Please sign in to comment.