mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-22 22:14:15 +00:00
changes related to activating the create task module
This commit is contained in:
@@ -28,7 +28,7 @@ class TaskResource extends JsonResource
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'milestone' => new ProjectMilestoneResource($this->milestone),
|
||||
'business_service' => new ModularTypeResource($this->milestone->project->projectType),
|
||||
'business_service' => $this->milestone ? new ModularTypeResource($this->milestone->project->projectType): null,
|
||||
'type_id' => $this->type_id,
|
||||
'task_type' => new ModularTypeResource($this->taskType),
|
||||
'title' => $this->title,
|
||||
|
||||
Reference in New Issue
Block a user