Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 09:31:49 +0000 (17:31 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 09:31:49 +0000 (17:31 +0800)
Pman.Tab.AdminContactsGroupRight.js

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

index 829dac0..3d4aa0e 100644 (file)
@@ -46,9 +46,9 @@
                             "items": [
                                 {
                                     "*prop": "proxy",
-                                    "xtype": "HttpProxy",
                                     "method": "GET",
-                                    "|url": "baseURL + '/Roo/Person.php'",
+                                    "xtype": "HttpProxy",
+                                    "|url": "baseURL + '/Admin/GroupRights.php'",
                                     "|xns": "Roo.data"
                                 },
                                 {
index b01ee00..bed3b4a 100644 (file)
@@ -153,7 +153,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xtype: 'HttpProxy',
                         xns: Roo.data,
                         method : 'GET',
-                        url : baseURL + '/Roo/Person.php'
+                        url : baseURL + '/Admin/GroupRights.php'
                     },
                     reader : {
                         xtype: 'JsonReader',