Skip to content

Commit

Permalink
Remove task type
Browse files Browse the repository at this point in the history
  • Loading branch information
asaquzzaman committed Apr 30, 2020
1 parent 8d51b29 commit aaf0ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Task/Helper/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private function set_fixed_items( $items, $task ) {

$items['id'] = (int) $task->id;
$items['project_id'] = (int) $task->project_id;
$items['type'] = $task->type;
//$items['type'] = $task->type;
$items['order'] = $task->order;
$items['assignees'] = $task->assignees;
$items['task_list_id'] = (int) $task->task_list_id;
Expand Down

0 comments on commit aaf0ac4

Please sign in to comment.