Pman.Tab.PersonList.js
authoredward <edward@roojs.com>
Fri, 19 Aug 2016 06:08:55 +0000 (14:08 +0800)
committeredward <edward@roojs.com>
Fri, 19 Aug 2016 06:08:55 +0000 (14:08 +0800)
Pman.Tab.PersonList.js

index 6e6b8c8..d2334b4 100644 (file)
@@ -249,6 +249,7 @@ 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);
                         }