mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
Fix tnef attachments fails for first time read
This commit is contained in:
parent
e0b4c5f6af
commit
47469c3842
@ -1058,9 +1058,9 @@ app.classes.mail = AppJS.extend(
|
|||||||
if (typeof _data == 'object')
|
if (typeof _data == 'object')
|
||||||
{
|
{
|
||||||
data.attachmentsBlock = _data;
|
data.attachmentsBlock = _data;
|
||||||
data.attachmentsBlockTitle = `${_data.lenght} attachments`;
|
data.attachmentsBlockTitle = `${_data.length} attachments`;
|
||||||
// Update client cache to avoid resolving winmail.dat attachment again
|
// Update client cache to avoid resolving winmail.dat attachment again
|
||||||
egw.dataStoreUID(this.data.uid, this.data);
|
egw.dataStoreUID(data.uid, data);
|
||||||
mailPreview.set_value({content:data});
|
mailPreview.set_value({content:data});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user