[Persistence] Show persistence failure dialog

WTD-1033.
This commit is contained in:
Victor Woeltjen
2015-03-20 14:23:51 -07:00
parent acf058849f
commit 513c06a81b
4 changed files with 10 additions and 3 deletions

View File

@ -126,8 +126,8 @@ define(
// Add the overlay using the OverlayService, which
// will handle actual insertion into the DOM
overlay = overlayService.createOverlay(
"overlay-dialog",
{ dialog: dialogModel, click: confirm }
"overlay-options",
{ dialog: dialogModel, click: confirm, cancel: cancel }
);
// Track that a dialog is already visible, to