Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 3, 2023
2 parents 720f086 + f59a459 commit 7d23b69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ private void useInObjectListPerformed(AjaxRequestTarget target) {
} catch (Exception e) {
result.recordFatalError(getString("PageRepositoryQuery.message.couldNotParseQuery", e.getMessage()), e);
showResult(result);
target.add(getFeedbackPanel());
target.add(this);
}
}
Expand Down Expand Up @@ -510,6 +511,7 @@ private void queryPerformed(QueryPlaygroundPanel.Action action, AjaxRequestTarge
}

showResult(result);
target.add(getFeedbackPanel());
target.add(this);
}

Expand Down

0 comments on commit 7d23b69

Please sign in to comment.