mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
email afterSave not called fix
This commit is contained in:
@@ -215,7 +215,7 @@ class EmailComposeRecordView extends EditRecordView {
|
||||
}
|
||||
|
||||
afterSave() {
|
||||
super.afterRender();
|
||||
super.afterSave();
|
||||
|
||||
if (this.isSending && this.model.get('status') === 'Sent') {
|
||||
Espo.Ui.success(this.translate('emailSent', 'messages', 'Email'));
|
||||
|
||||
Reference in New Issue
Block a user