Skip to content

Commit

Permalink
MID-3228: fixed case described by Kate (Reports -> Available reports …
Browse files Browse the repository at this point in the history
…-> Report configuration)
  • Loading branch information
mederly committed Sep 8, 2016
1 parent 79ee074 commit 9649f51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -341,7 +341,7 @@ protected void onSavePerformed(AjaxRequestTarget target) {

if (WebComponentUtil.isSuccessOrHandledError(result)) {
showResult(result);
setResponsePage(PageReports.class);
redirectBack();
} else {
showResult(result);
target.add(getFeedbackPanel());
Expand Down

0 comments on commit 9649f51

Please sign in to comment.