diff --git a/client/src/views/email/record/list.js b/client/src/views/email/record/list.js index ec2d7b1741..aa06dd1bf1 100644 --- a/client/src/views/email/record/list.js +++ b/client/src/views/email/record/list.js @@ -414,7 +414,7 @@ class EmailListRecordView extends ListRecordView { .then(() => { Espo.Ui.info(this.translate('Moved to Archive', 'labels', 'Email')); - this.collection.trigger('moving-to-archive', id, this.collection.get(id)); + this.collection.trigger('moving-to-archive', id); }); }