Pman.Dialog.XtupleTransfer.bjs
authorEdward <edward@roojs.com>
Wed, 22 Jan 2014 04:21:42 +0000 (12:21 +0800)
committerEdward <edward@roojs.com>
Wed, 22 Jan 2014 04:21:42 +0000 (12:21 +0800)
Pman.Dialog.XtupleTransfer.js

Pman.Dialog.XtupleTransfer.bjs
Pman.Dialog.XtupleTransfer.js

index d6e9f7d..3549b0b 100644 (file)
                     "items": [
                         {
                             "listeners": {
-                                "|render": "function() \n{\n    _this.tgrid = this; \n    if (_this.tpanel.active) {\n       this.footer.onClick('first');\n    }\n}"
+                                "|render": "function() \n{\n    _this.tgrid = this; \n    if (_this.tpanel.active) {\n       this.ds.load({});\n    }\n}"
                             },
                             "*prop": "grid",
                             "autoExpandColumn": "item_number",
index 4f469dc..c23f166 100644 (file)
@@ -1571,7 +1571,7 @@ Pman.Dialog.XtupleTransfer = {
                             {
                                 _this.tgrid = this; 
                                 if (_this.tpanel.active) {
-                                   this.footer.onClick('first');
+                                   this.ds.load({});
                                 }
                             }
                         },