DataObjects/pman.links.ini
[Pman.Core] / Pman.Tab.PersonList.js
index c73fe00..22b5f9f 100644 (file)
@@ -191,7 +191,7 @@ Pman.Tab.PersonList.prototype = {
                         url: baseURL + '/Roo/core_person',
                         method: 'GET'
                     }),
-                    reader: Pman.Readers.Person,
+                    reader: new Roo.data.JsonReader({}, []),
                     remoteSort: true,
                     listeners : {
                         
@@ -496,7 +496,7 @@ Pman.Tab.PersonList.prototype = {
                 xtype : 'Button',
                 xns : Roo.Toolbar,
                
-                text: "Switch to Selected User??",
+                text: "Switch to Selected User",
                 hidden : _this.permName != 'Core.Staff' || !Pman.hasPerm('Core.Staff', 'E'),
                 listeners : {
                     click : function () {