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