fix labels

This commit is contained in:
Rodrigo Quelca
2018-10-02 13:32:32 +00:00
parent c671b15787
commit 99c3e15689

View File

@@ -301,7 +301,7 @@ var ActionTabFrameGlobal = '';
function caseMessageHistory_RSP (response, id) { function caseMessageHistory_RSP (response, id) {
messageHistoryGridListMask.hide(); messageHistoryGridListMask.hide();
PMExt.notify( _('ID_SUCSESS'), response === "" ? _('ID_MAIL_SENT_SUCCESSFULLY') : response); PMExt.notify( _('ID_SUCCESS'), response === "" ? _('ID_MAIL_SENT_SUCCESSFULLY') : response);
Ext.getCmp('processesGrid').store.reload(); Ext.getCmp('processesGrid').store.reload();
Ext.getCmp('processesGrid').getView().refresh(); Ext.getCmp('processesGrid').getView().refresh();
} }