From b94ff6e88e19f5a67efb23fc6f0cf708a2bf119d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 8 Nov 2024 11:25:46 +0200 Subject: [PATCH] move to archive list update fix --- client/src/views/email/record/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }