X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.VerifyAccess.js;h=4a81b1582302c15d62ec8905115f3f38a9896b2c;hb=0b22aee65b2e854029d71e9196066bd6c58dbda8;hp=f447722afd70b49dc167d67613b23ce023e6f56d;hpb=9775b74da67c34ab3aec2d142dbb6e89b94493b2;p=Pman.Core diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index f447722a..4a81b158 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -64,7 +64,11 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { _to_data : 1 }, success : function(res) { - _this.form.setValues(res.data); + + _this.data = res.data; + + _this.form.setValues(_this.data); + return; }, failure: function(res) {