Skip to content

Commit

Permalink
fix for MID-5446 Confirm Yes/No opens another confirmation in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jun 17, 2019
1 parent 888a198 commit bd5d0b3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1147,6 +1147,7 @@ public String getObject() {
MainPopupDialog mainPopup = new MainPopupDialog(ID_MAIN_POPUP);
mainPopup.setOutputMarkupId(true);
mainPopup.setOutputMarkupPlaceholderTag(true);
mainPopup.showUnloadConfirmation(false);
add(mainPopup);
}

Expand Down

0 comments on commit bd5d0b3

Please sign in to comment.