mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-16 14:48:41 +00:00
return descriptionRaw
This commit is contained in:
parent
d0ff79d191
commit
662d8d4987
|
|
@ -656,15 +656,16 @@ class TaskElement implements \JsonSerializable
|
||||||
public function toArray() : array
|
public function toArray() : array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'task' => $this->task,
|
'task' => $this->task,
|
||||||
'createdBy' => $this->createdBy,
|
'createdBy' => $this->createdBy,
|
||||||
'createdAt' => $this->createdAt,
|
'createdAt' => $this->createdAt,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
'status' => $this->status,
|
'descriptionRaw' => $this->descriptionRaw,
|
||||||
'to' => $this->getTo(),
|
'status' => $this->status,
|
||||||
'cc' => $this->getCC(),
|
'to' => $this->getTo(),
|
||||||
'due' => $this->due,
|
'cc' => $this->getCC(),
|
||||||
|
'due' => $this->due,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user