diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 09:42:01 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 09:42:01 -0500 |
commit | de128dbad860478496a0d655b5eb5c1005ebbabe (patch) | |
tree | 7fee510e901273472731e8e843981268c593ec40 /app/Template/search/results.php | |
parent | 0430a09c069134622c0161dc2fb9ba3718a73c0d (diff) |
Remove default swimlane
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r-- | app/Template/search/results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php index 8c439a8a..3fbfc314 100644 --- a/app/Template/search/results.php +++ b/app/Template/search/results.php @@ -19,7 +19,7 @@ <?= $this->url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> </td> <td> - <?= $this->text->e($task['swimlane_name'] ?: $task['default_swimlane']) ?> + <?= $this->text->e($task['swimlane_name']) ?> </td> <td> <?= $this->text->e($task['column_name']) ?> |