old/Pman.Tab.AdminPermManager.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 31 May 2017 04:04:32 +0000 (12:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 May 2017 04:04:32 +0000 (12:04 +0800)
old/Pman.Tab.AdminPermManager.js

old/Pman.Tab.AdminPermManager.bjs
old/Pman.Tab.AdminPermManager.js

index 845cff9..b1e425c 100644 (file)
@@ -78,7 +78,7 @@
            "* prop" : "dataSource",
            "items" : [
             {
-             "$ url" : "baseURL + '/Roo/Groups.php'",
+             "$ url" : "baseURL + '/Roo/core_group.php'",
              "method" : "GET",
              "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
index be400ed..6dbfb76 100644 (file)
@@ -219,7 +219,7 @@ Pman.Tab.AdminPermManager = new Roo.XComponent({
         proxy : {
          xtype : 'HttpProxy',
          method : 'GET',
-         url : baseURL + '/Roo/Groups.php',
+         url : baseURL + '/Roo/core_group.php',
          xns : Roo.data,
          '|xns' : 'Roo.data'
         },