Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.js
index bc44929..63c3bbd 100644 (file)
@@ -74,6 +74,10 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
               },
               failure: function(res) {
                   
+                  _this.dialog.hide();
+                  
+                  Roo.bootstrap.MessageBox.alert('Error', res.errorMsg);
+                  
                   return;
              }
           });