mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #2027 from rtripault/tasks-custom_values
Added tasks custom values in transformer
This commit is contained in:
commit
8920f19d09
@ -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…
x
Reference in New Issue
Block a user