Merged in dheeyi/processmaker/PM-1667 (pull request #1629)
PM-1667 El boton "Reset Filters" no resetea el dropdown Actions del Audit Log
This commit is contained in:
@@ -237,9 +237,11 @@ audit.application = {
|
||||
|
||||
handler: function ()
|
||||
{
|
||||
Ext.getCmp("cboAction").reset(),
|
||||
Ext.getCmp("dateFrom").reset(),
|
||||
Ext.getCmp("dateTo").reset(),
|
||||
Ext.getCmp("fldDescription").reset()
|
||||
Ext.getCmp("fldDescription").reset(),
|
||||
pagingAudit.moveFirst();
|
||||
}
|
||||
},
|
||||
"-",
|
||||
|
||||
Reference in New Issue
Block a user