From c9ba525bab06eff76b1d5fb8701848d0e3990122 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 21 May 2015 22:28:28 -0400 Subject: Show swimlane dropdown only when necessary --- app/Controller/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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)) { -- cgit v1.2.3