Skip to content

Commit

Permalink
MID-5024 Confirmation for delete one account and more accounts on res…
Browse files Browse the repository at this point in the history
…ource were switched
  • Loading branch information
PetrGasparik committed Dec 12, 2018
1 parent a5a7319 commit 2935460
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -979,8 +979,8 @@ protected void deleteResourceObjectPerformed(ShadowType selected, AjaxRequestTar
}

ConfirmationPanel dialog = new ConfirmationPanel(((PageBase) getPage()).getMainPopupBodyId(),
createDeleteConfirmString(selected, "pageContentAccounts.message.deleteConfirmation",
"pageContentAccounts.message.deleteConfirmationSingle")) {
createDeleteConfirmString(selected, "pageContentAccounts.message.deleteConfirmationSingle",
"pageContentAccounts.message.deleteConfirmation")) {
@Override
public void yesPerformed(AjaxRequestTarget target) {
((PageBase) getPage()).hideMainPopup(target);
Expand Down

0 comments on commit 2935460

Please sign in to comment.