Pman.Tab.AdminContactsGroupRight.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 06:47:13 +0000 (14:47 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Sep 2012 06:47:13 +0000 (14:47 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index dfb7712..3a24b15 100644 (file)
@@ -85,7 +85,7 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "click": "function (_self, e)\n{\n    \n    var params = {};\n    for(var i in _this.dataUpdate) {\n        params['dataUpdate[' + i + ']'] = _this.dataUpdate[i];\n    }\n    Roo.log(params);return;\n    \n    new Pman.Request({\n        url : baseURL + '/GroupRights.php',\n        method :'POST',\n        params : params,\n        success : function() {\n            // do nothing\n            \n            //_this.grid.ds.remove(record);\n            \n        },\n        failure : function() \n        {\n            Roo.MessageBox.alert(\"Error\", \"saving failed\", function() {\n                _this.grid.footer.onClick('first');\n            });\n        }\n    });\n}"
+                                        "click": "function (_self, e)\n{\n    \n    var params = {};\n    for(var i in _this.dataUpdate) {\n        params['dataUpdate[' + i + ']'] = _this.dataUpdate[i];\n    }\n    //Roo.log(params);return;\n    \n    new Pman.Request({\n        url : baseURL + '/GroupRights.php',\n        method :'POST',\n        params : params,\n        success : function() {\n            // do nothing\n            \n            //_this.grid.ds.remove(record);\n            \n        },\n        failure : function() \n        {\n            Roo.MessageBox.alert(\"Error\", \"saving failed\", function() {\n                _this.grid.footer.onClick('first');\n            });\n        }\n    });\n}"
                                     },
                                     "text": "Save",
                                     "xtype": "Button",
index 92010ec..e7df607 100644 (file)
@@ -235,7 +235,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                                     for(var i in _this.dataUpdate) {
                                         params['dataUpdate[' + i + ']'] = _this.dataUpdate[i];
                                     }
-                                    Roo.log(params);return;
+                                    //Roo.log(params);return;
                                     
                                     new Pman.Request({
                                         url : baseURL + '/GroupRights.php',