mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
minor fixes
This commit is contained in:
@@ -32,7 +32,7 @@ class TaskResource extends JsonResource
|
||||
'type_id' => $this->type_id,
|
||||
'task_type' => new ModularTypeResource($this->taskType),
|
||||
'title' => $this->title,
|
||||
'description' => $this->description,
|
||||
'description' => nl2br($this->description),
|
||||
'status' => $this->status,
|
||||
'current_status' => $this->currentStatus->name,
|
||||
'active' => $this->active,
|
||||
|
||||
Reference in New Issue
Block a user