return descriptionRaw

This commit is contained in:
Dennis Eichhorn 2020-06-11 09:36:58 +02:00
parent d0ff79d191
commit 662d8d4987

View File

@ -661,6 +661,7 @@ class TaskElement implements \JsonSerializable
'createdBy' => $this->createdBy, 'createdBy' => $this->createdBy,
'createdAt' => $this->createdAt, 'createdAt' => $this->createdAt,
'description' => $this->description, 'description' => $this->description,
'descriptionRaw' => $this->descriptionRaw,
'status' => $this->status, 'status' => $this->status,
'to' => $this->getTo(), 'to' => $this->getTo(),
'cc' => $this->getCC(), 'cc' => $this->getCC(),