HOR-411
This commit is contained in:
@@ -247,10 +247,7 @@ Ext.onReady(function(){
|
||||
chkSelModel = new Ext.grid.CheckboxSelectionModel({
|
||||
listeners:{
|
||||
selectionchange: function(sm){
|
||||
if (sm.last !== false) {
|
||||
var count_rows = sm.getCount();
|
||||
//var isReport = sm.getSelected().get('PRO_UID') != '';
|
||||
|
||||
currentSelectedRow = sm.last;
|
||||
switch(count_rows){
|
||||
case 0:
|
||||
@@ -272,8 +269,6 @@ Ext.onReady(function(){
|
||||
dataButton.disable();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user