DataObjects/Core_email.php
[Pman.Core] / Pman.Tab.PersonList.js
index 989ba5d..22b5f9f 100644 (file)
@@ -150,7 +150,7 @@ Pman.Tab.PersonList.prototype = {
             }
         );
 
-        Roo.log(['Person', parentLayout]);
+
 
         this.tab = parentLayout.add(region,
             new Roo.NestedLayoutPanel(
@@ -188,10 +188,10 @@ Pman.Tab.PersonList.prototype = {
                 ds:   new Roo.data.Store({
                     // load using HTTP
                     proxy: new Roo.data.HttpProxy({
-                        url: baseURL + '/Roo/Person.html',
+                        url: baseURL + '/Roo/core_person',
                         method: 'GET'
                     }),
-                    reader: Pman.Readers.Person,
+                    reader: new Roo.data.JsonReader({}, []),
                     remoteSort: true,
                     listeners : {
                         
@@ -211,7 +211,7 @@ Pman.Tab.PersonList.prototype = {
                             // only used to change active status.
                             
                             new Pman.Request({
-                                url : baseURL + '/Roo/Person.php',
+                                url : baseURL + '/Roo/core_person',
                                 method :'POST',
                                 params : {
                                     id : record.data.id,
@@ -290,8 +290,6 @@ Pman.Tab.PersonList.prototype = {
         );
         this.grid.render();
         
-        Roo.log(['Person', this.layout, this.panel, this.grid]);
-        
         if (this.hiddenColumns) {
             var cm = this.grid.getColumnModel();
             Roo.each(this.hiddenColumns, function(c) {
@@ -426,7 +424,7 @@ Pman.Tab.PersonList.prototype = {
 
                     
                     Roo.Ajax.request({
-                        url: baseURL + '/Roo/Person.html',
+                        url: baseURL + '/Roo/core_person',
                         method: 'GET',
                         params: {
                             _toggleActive : r.join(',')