Add execution_priority to task

This commit is contained in:
iIronside
2023-10-13 17:58:58 +03:00
parent 5b3f6518dc
commit c20d7fbe77
7 changed files with 81 additions and 47 deletions

View File

@ -62,6 +62,7 @@ class ProjectTaskSearch extends ProjectTask
'id' => $this->id,
'project_task.project_id' => $this->project_id,
'project_task.status' => $this->status,
'project_task.execution_priority' => $this->execution_priority,
'project_task.created_at' => $this->created_at,
'project_task.updated_at' => $this->updated_at,
]);