DataObjects/Core_notify.php
[Pman.Core] / Pman.Tab.PersonList.js
index 9ee498d..22b5f9f 100644 (file)
@@ -159,10 +159,9 @@ Pman.Tab.PersonList.prototype = {
                     background: true,
                     controller : this
         }));
-        _this.delayedCreate();
-        
+
         this.tab.on('activate', function() {
-//            _this.delayedCreate();
+            _this.delayedCreate();
            // _this.paging.onClick('refresh');
         });
     },
@@ -189,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 : {
                         
@@ -212,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,
@@ -425,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(',')