summaryrefslogtreecommitdiff
path: root/app/Model/Board.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Board.php')
-rw-r--r--app/Model/Board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Board.php b/app/Model/Board.php
index de47e6b9..4c78b0f6 100644
--- a/app/Model/Board.php
+++ b/app/Model/Board.php
@@ -235,7 +235,7 @@ class Board extends Base
public function get($project_id, array $filters = array())
{
$columns = $this->getColumns($project_id);
- $tasks = $this->taskFinder->getOpenTasks($project_id);
+ $tasks = $this->taskFinder->getTasksOnBoard($project_id);
foreach ($columns as &$column) {