Show swimlane dropdown only when necessary

This commit is contained in:
Frederic Guillot
2015-05-21 22:28:28 -04:00
parent 0a9b6f0d99
commit c9ba525bab
3 changed files with 10 additions and 3 deletions

View File

@@ -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)) {