email: fix move to trash update counts
This commit is contained in:
@@ -150,8 +150,8 @@ Espo.define('views/email/record/list', 'views/record/list', function (Dep) {
|
||||
});
|
||||
|
||||
ids.forEach(function (id) {
|
||||
this.removeRecordFromList(id);
|
||||
this.collection.trigger('moving-to-trash', id);
|
||||
this.removeRecordFromList(id);
|
||||
}, this);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user