fix notify
This commit is contained in:
@@ -196,7 +196,7 @@ class ConvertLeadView extends MainView {
|
||||
this.getRouter().confirmLeaveOut = false;
|
||||
this.getRouter().navigate('#Lead/view/' + this.model.id, {trigger: true});
|
||||
|
||||
this.notify('Converted', 'success');
|
||||
Espo.Ui.notify(this.translate('Converted', 'labels', 'Lead'));
|
||||
})
|
||||
.catch(xhr => {
|
||||
Espo.Ui.notify(false);
|
||||
|
||||
Reference in New Issue
Block a user