visuddhinanda hace 1 año
padre
commit
c228ee9676
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api-v8/app/Http/Resources/TaskResource.php

+ 1 - 0
api-v8/app/Http/Resources/TaskResource.php

@@ -36,6 +36,7 @@ class TaskResource extends JsonResource
             'description' => $this->description,
             'type' => $this->type,
             'category' => $this->category,
+            'progress' => $this->progress,
             'parent_id' => $this->parent_id,
             'parent' => TaskApi::getById($this->parent_id),
             'roles' => $this->roles,