DataObjects/Core_company.php
[Pman.Core] / Pman.Tab.PersonList.js
index 1a65437..22b5f9f 100644 (file)
@@ -20,7 +20,7 @@ Pman.Tab.PersonList.prototype = {
     //--- things that should be set!!!!
     id : '',  // should be set to something!
     type : 0, // means!! = 0 = Groups (perms) 1= teams - loose grouping..
-    title : 'test???',
+    title : false,
     hiddenColumns: false,  // lsit of cols to hide..
     itemDisplayName : false, /// eg "Staff Employees / Contacts etc."
     permName : 'Core.Person', // or 'Core.Staff'
@@ -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,
@@ -424,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(',')