Merge pull request #2094 from Jennydmz/BUG-9869
BUG-9869 DobleClick para descargar documentos en Home>Documents
This commit is contained in:
@@ -1908,6 +1908,11 @@ var documentsTab = {
|
|||||||
'rowcontextmenu' : {
|
'rowcontextmenu' : {
|
||||||
fn : rowContextMenu
|
fn : rowContextMenu
|
||||||
},
|
},
|
||||||
|
'cellclick': function(){
|
||||||
|
if (ext_itemgrid.getSelectionModel().getSelected().get('outDocGenerate') == '') {
|
||||||
|
openActionDialog(this, 'download', '');
|
||||||
|
}
|
||||||
|
},
|
||||||
'celldblclick' : {
|
'celldblclick' : {
|
||||||
fn : function(grid, rowIndex,
|
fn : function(grid, rowIndex,
|
||||||
columnIndex, e) {
|
columnIndex, e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user