Merge pull request #2027 from rtripault/tasks-custom_values
Added tasks custom values in transformer
This commit is contained in:
commit
8920f19d09
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ class TaskTransformer extends EntityTransformer
|
|||
'is_deleted' => (bool) $task->is_deleted,
|
||||
'time_log' => $task->time_log,
|
||||
'is_running' => (bool) $task->is_running,
|
||||
'custom_value1' => $task->custom_value1,
|
||||
'custom_value2' => $task->custom_value2,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue