Upgrade JS files

This commit is contained in:
Fernando Ontiveros
2025-04-04 00:21:28 +00:00
parent f9cd9a035b
commit 884e67f883
11 changed files with 16 additions and 122 deletions

View File

@@ -854,13 +854,12 @@ Ext.onReady ( function() {
});
//Layout Resizing
/*----------------------------------********---------------------------------*/
if (typeof valueFilterStatus != 'undefined') {
if (valueFilterStatus != '') {
storeCases.setBaseParam('filterStatus', valueFilterStatus);
}
}
/*----------------------------------********---------------------------------*/
storeCases.on('load',function(){var viewport = Ext.getCmp("viewportcases");viewport.doLayout();})
// creating the button for filters
@@ -1069,7 +1068,6 @@ Ext.onReady ( function() {
filterStatus = [];
}
/*----------------------------------********---------------------------------*/
var comboFilterStatus = new Ext.form.ComboBox({
width : 180,
boxMaxWidth : 200,
@@ -1102,7 +1100,6 @@ Ext.onReady ( function() {
},
iconCls: 'no-icon'
});
/*----------------------------------********---------------------------------*/
var btnSelectAll = new Ext.Button ({
text: _('CHECK_ALL'),
@@ -2667,11 +2664,9 @@ Ext.onReady ( function() {
suggestProcess.setValue("");
comboStatus.setValue("");
comboColumnSearch.setValue("APP_TITLE");
/*----------------------------------********---------------------------------*/
if (typeof valueFilterStatus !== 'undefined') {
comboFilterStatus.setValue(valueFilterStatus);
}
/*----------------------------------********---------------------------------*/
}
function reassign(){
storeReassignCases.removeAll();