Include all tasks for daily project summaries
This commit is contained in:
parent
9ca2ba2127
commit
3f38d81f79
|
|
@ -59,7 +59,6 @@ class ProjectDailySummary extends Base
|
|||
'total' => $db->table(Task::TABLE)
|
||||
->eq('project_id', $project_id)
|
||||
->eq('column_id', $column_id)
|
||||
->eq('is_active', Task::STATUS_OPEN)
|
||||
->count()
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue