This commit is contained in:
Yuri Kuznetsov
2024-02-29 17:25:08 +02:00
parent 9b3c59bfa4
commit f19952af12
10 changed files with 142 additions and 93 deletions
+2 -1
View File
@@ -264,7 +264,8 @@ class Note extends Entity
{
if (
$this->getType() == self::TYPE_POST ||
$this->getType() == self::TYPE_EMAIL_RECEIVED
$this->getType() == self::TYPE_EMAIL_RECEIVED ||
$this->getType() == self::TYPE_EMAIL_SENT
) {
$this->loadAttachments();
}