mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-26 16:04:14 +00:00
minor fixes
This commit is contained in:
@@ -21,7 +21,7 @@ class MilestoneTaskResource extends JsonResource
|
||||
'type_id' => $this->type_id,
|
||||
'task_type' => new ModularTypeResource($this->taskType),
|
||||
'title' => $this->title,
|
||||
'description' => $this->description,
|
||||
'description' => nl2br($this->description),
|
||||
'assignees' => [
|
||||
'departments' => DepartmentResource::collection($this->departments),
|
||||
'users' => UserResource::collection($this->users)
|
||||
|
||||
Reference in New Issue
Block a user