Log Task status
This commit is contained in:
parent
ba0f483057
commit
dd87bbd0e7
1 changed files with 3 additions and 0 deletions
|
|
@ -608,9 +608,12 @@ class TaskController extends BaseController
|
|||
|
||||
$sort_status_id = $this->decodePrimaryKey($key);
|
||||
|
||||
nlog($task_list);
|
||||
|
||||
foreach ($task_list as $key => $task)
|
||||
{
|
||||
|
||||
nlog($task);
|
||||
$task = Task::where('id', $this->decodePrimaryKey($task))
|
||||
->where('company_id', auth()->user()->company()->id)
|
||||
->first();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue