Pman.Dialog.BAdminStaffTwoFactorQRCode.bjs
authorEdward <edward@roojs.com>
Fri, 7 Dec 2018 03:35:54 +0000 (11:35 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Dec 2018 03:35:54 +0000 (11:35 +0800)
Pman.Dialog.BAdminStaffTwoFactorQRCode.js

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

index 25a56f2..313b4bc 100644 (file)
@@ -19,7 +19,7 @@
  "items" : [
   {
    "listeners" : {
-    "show" : "function (_self)\n{\n    // this dialog is generic for change password for auth user && edit person\n    if(!Pman.Login.authUser) {\n        Roo.bootstrap.MessageBox.alert('Error', 'Please login again');\n        return;\n    }\n    \n    if(\n        !_this.data.id ||\n        _this.data.id.length == 0\n    ) {\n        Roo.bootstrap.MessageBox.alert('Error', 'Please select a person again');\n        return;\n    }\n    \n    /*\n    switch(_this.data.title) {\n        case '_setup':\n            this.setTitle(this._setup_title);\n            break;\n        default:\n            this.setTitle(this._default_title);\n            break;\n    }\n    */\n    \n    new Pman.Request({\n        url: baseURL + '/Roo/Core_person.php',\n        method : 'GET',\n        mask : 'Loading...',\n        params : {\n            _to_qr_code : 1,\n            id: _this.data.id\n        },\n        \n        success : function(res) {\n            _this.qrcode_image.setSrc(res.data);\n        },\n        \n        failure : function(res) {\n            Roo.log(res);\n        }\n    });\n}"
+    "show" : "function (_self)\n{\n    if(!Pman.Login.authUser) {\n        Roo.bootstrap.MessageBox.alert('Error', 'Please login again');\n        return;\n    }\n    \n    if(\n        !_this.data.id ||\n        _this.data.id.length == 0\n    ) {\n        Roo.bootstrap.MessageBox.alert('Error', 'Please select a person again');\n        return;\n    }\n    \n    Roo.log(_this.dialog.closeEl);\n    \n    new Pman.Request({\n        url: baseURL + '/Roo/Core_person.php',\n        method : 'GET',\n        mask : 'Loading...',\n        params : {\n            _to_qr_code : 1,\n            id: _this.data.id\n        },\n        \n        success : function(res) {\n            _this.qrcode_image.setSrc(res.data);\n        },\n        \n        failure : function(res) {\n            Roo.log(res);\n        }\n    });\n}"
    },
    "String cls" : "enable-overflow coba-qr-dialog",
    "Boolean allow_close" : true,
index 9d7991d..aecce6f 100644 (file)
@@ -50,7 +50,6 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
     listeners : {
      show : function (_self)
       {
-          // this dialog is generic for change password for auth user && edit person
           if(!Pman.Login.authUser) {
               Roo.bootstrap.MessageBox.alert('Error', 'Please login again');
               return;
@@ -64,16 +63,7 @@ Roo.apply(Pman.Dialog.BAdminStaffTwoFactorQRCode.prototype, {
               return;
           }
           
-          /*
-          switch(_this.data.title) {
-              case '_setup':
-                  this.setTitle(this._setup_title);
-                  break;
-              default:
-                  this.setTitle(this._default_title);
-                  break;
-          }
-          */
+          Roo.log(_this.dialog.closeEl);
           
           new Pman.Request({
               url: baseURL + '/Roo/Core_person.php',