Skip to content

Commit

Permalink
npe fix on case detals page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jan 25, 2022
1 parent f508548 commit 35b1d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private ToggleIconButton<Void> getSortButton() {
}

private void refreshPanel(AjaxRequestTarget target) {
target.add(PrismContainerValuePanel.this.findParent(ItemPanel.class));
target.add(PrismContainerValuePanel.this);
target.add(getPageBase().getFeedbackPanel());
}

Expand Down

0 comments on commit 35b1d34

Please sign in to comment.