From f822ddb989f678b0a62d5a628dbc81ad5309ac44 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 14:10:33 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index d2334b43..a0a7b335 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -249,7 +249,6 @@ Pman.Tab.PersonList.prototype = { listeners : { rowdblclick : function(g, ri, e) { var s = g.getDataSource().getAt(ri).data; - Roo.log('rowdblclick fire'); if (_this.dialog() && Pman.hasPerm(_this.permName, 'E')) { _this.dialog().show(s,refreshPager); } @@ -497,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 () { -- 2.39.2