move to archive list update fix

This commit is contained in:
Yuri Kuznetsov
2024-11-08 11:25:46 +02:00
parent 7b9bae2dc1
commit b94ff6e88e
+1 -1
View File
@@ -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);
});
}