Skip to content

Commit

Permalink
MID-7996 redirection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Sep 22, 2022
1 parent faa835e commit f871bd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ private void editRawPerformed(AjaxRequestTarget target) {

@Override
public void yesPerformed(AjaxRequestTarget target) {
editRawPerformed(target);
editRawPerformedConfirmed();
}

};
Expand Down

0 comments on commit f871bd8

Please sign in to comment.