diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Task.php b/app/Controller/Task.php index 060a478c..c2e66245 100644 --- a/app/Controller/Task.php +++ b/app/Controller/Task.php @@ -113,7 +113,7 @@ class Task extends Base { $project = $this->getProject(); $method = $this->request->isAjax() ? 'render' : 'layout'; - $swimlanes_list = $this->swimlane->getList($project['id']); + $swimlanes_list = $this->swimlane->getList($project['id'], false, true); if (empty($values)) { |