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:
Julio Cesar Laura Avendaño
2015-03-09 15:20:45 -04:00

View File

@@ -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();
}
},
"-",