Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:23:30 +0000 (12:23 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:23:30 +0000 (12:23 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index 0618df1..49020d0 100644 (file)
@@ -39,7 +39,7 @@
                                 {
                                     "listeners": {
                                         "|render": "function() \n{\n    _this.grid = this; \n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
-                                        "afteredit": "function (e)\n{\n    if(e.originalValue == e.value || !e.value.length){\n        return false;\n    }\n    \n    e.record.commit();\n}"
+                                        "afteredit": "function (e)\n{\n    if(e.originalValue == e.value || !e.value.length){\n        return false;\n    }\n    \n    Roo.log('commit it');\n    e.record.commit();\n}"
                                     },
                                     "*prop": "grid",
                                     "autoExpandColumn": "redirect_uri",
index a097b02..4c90be5 100644 (file)
@@ -58,6 +58,7 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                         return false;
                                     }
                                     
+                                    Roo.log('commit it');
                                     e.record.commit();
                                 }
                             },