Skip to content

Commit

Permalink
closing popup after delete confirmed.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 16, 2016
1 parent dd7f9b2 commit b547187
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1831,6 +1831,7 @@ public void yesPerformed(AjaxRequestTarget target) {
}

private void deleteRootConfirmedPerformed(OrgTreeDto orgToDelete, AjaxRequestTarget target) {
getPageBase().hideMainPopup(target);
OperationResult result = new OperationResult(OPERATION_DELETE_OBJECT);

PageBase page = getPageBase();
Expand Down

0 comments on commit b547187

Please sign in to comment.