Skip to content

Commit

Permalink
fix go back after saving changes on resource object type basic settin…
Browse files Browse the repository at this point in the history
…gs wizard panel
  • Loading branch information
skublik committed Apr 29, 2024
1 parent 784fdeb commit f1ee7cf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ protected void onSubmitPerformed(AjaxRequestTarget target) {
if (result == null || result.isError()) {
target.add(getFeedback());
refresh(target);
} else {
onExitPerformed(target);
}
}

Expand Down

0 comments on commit f1ee7cf

Please sign in to comment.