mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Log Task status
This commit is contained in:
parent
ba0f483057
commit
dd87bbd0e7
@ -608,9 +608,12 @@ class TaskController extends BaseController
|
|||||||
|
|
||||||
$sort_status_id = $this->decodePrimaryKey($key);
|
$sort_status_id = $this->decodePrimaryKey($key);
|
||||||
|
|
||||||
|
nlog($task_list);
|
||||||
|
|
||||||
foreach ($task_list as $key => $task)
|
foreach ($task_list as $key => $task)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
nlog($task);
|
||||||
$task = Task::where('id', $this->decodePrimaryKey($task))
|
$task = Task::where('id', $this->decodePrimaryKey($task))
|
||||||
->where('company_id', auth()->user()->company()->id)
|
->where('company_id', auth()->user()->company()->id)
|
||||||
->first();
|
->first();
|
||||||
|
Loading…
Reference in New Issue
Block a user