Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 08:09:39 +0000 (16:09 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 08:09:39 +0000 (16:09 +0800)
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

index b5f1371..bf6e044 100644 (file)
        "items" : [
         {
          "listeners" : {
-          "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata') {\n        \n        this.clearInvalid();\n    }\n    \n    if(action.type == 'submit') {\n        \n        Roo.log(action);\n    }\n}",
+          "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata') {\n        \n        this.clearInvalid();\n    }\n    \n    if(action.type == 'submit') {\n        \n        Roo.log(action.result);\n    }\n}",
           "render" : "function (_self)\n{\n    _this.form = this;\n}"
          },
          "xtype" : "Form",
index bed6393..1c247e6 100644 (file)
@@ -227,7 +227,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
                 
                 if(action.type == 'submit') {
                     
-                    Roo.log(action);
+                    Roo.log(action.result);
                 }
             },
            render : function (_self)