fix forward email

This commit is contained in:
Yuri Kuznetsov
2022-02-08 11:55:57 +02:00
parent b9b62e9f85
commit cdf8a43b28
+1 -1
View File
@@ -468,7 +468,7 @@ define('views/email/detail', ['views/detail', 'email-helper'], function (Dep, Em
.postRequest('Email/action/getCopiedAttachments', {
id: this.model.id,
})
.then(() => {
.then(data => {
attributes['attachmentsIds'] = data.ids;
attributes['attachmentsNames'] = data.names;