Pman.Tab.AdminOffice.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:43:15 +0000 (16:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:43:15 +0000 (16:43 +0800)
Pman.Tab.AdminOffice.js

index ce56625..45b7d4c 100644 (file)
@@ -62,7 +62,7 @@ Pman.Tab.AdminOffice = new Roo.util.Observable({
                     rowdblclick : function (_self, rowIndex, e)
                     {
                         if (!_this.dialog) return;
-                        _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
+                        _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {
                             _this.grid.footer.onClick('first');
                         }); 
                     }
@@ -88,6 +88,7 @@ Pman.Tab.AdminOffice = new Roo.util.Observable({
                                 return false;
                             }
                             
+                            
                          }
                     },
                     remoteSort : true,