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