From: Alan Knowles Date: Fri, 14 Sep 2012 06:03:00 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroupRight.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=a412fa0e077166e35af4763a6034ab705a3417e1 Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 79bf8a0..6a01d90 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -85,7 +85,7 @@ "items": [ { "listeners": { - "click": "function (_self, e)\n{\n \n new Pman.Request({\n url : baseURL + '/GroupRights.php',\n method :'POST',\n params : {\n dataUpdate : _this.dataUpdate\n },\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 new Pman.Request({\n url : baseURL + '/GroupRights.php',\n method :'POST',\n params : {\n dataUpdate : _this.dataUpdate,\n dataAdd : _this.dataAdd\n },\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", diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index ba8227b..4b6ac40 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -222,7 +222,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ url : baseURL + '/GroupRights.php', method :'POST', params : { - dataUpdate : _this.dataUpdate + dataUpdate : _this.dataUpdate, + dataAdd : _this.dataAdd }, success : function() { // do nothing