mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +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)
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<p>{{milestoneTask.description}}</p>
|
||||
<p class="m-0" v-html="task.description"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user