diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-23 20:24:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-23 20:24:43 -0400 |
commit | fb24b527f2cb8a2020dd91cb63d0e1546f65a777 (patch) | |
tree | afc75c421d899c4fe063430d983e2dc53eac8341 /app/Template/action | |
parent | 4ffb4df5fddc110042361485dc5397b4dfe8c85c (diff) | |
parent | 37425d45a621929bfa209f84f101ac8cd42b0d06 (diff) |
Merge pull-request #2587
Diffstat (limited to 'app/Template/action')
-rw-r--r-- | app/Template/action/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php index 085ea3ad..7768a0b6 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -54,6 +54,8 @@ <?= $this->text->in($param_value, $categories_list) ?> <?php elseif ($this->text->contains($param_name, 'link_id')): ?> <?= $this->text->in($param_value, $links_list) ?> + <?php elseif ($this->text->contains($param_name, 'swimlane_id')): ?> + <?= $this->text->in($param_value, $swimlane_list) ?> <?php else: ?> <?= $this->text->e($param_value) ?> <?php endif ?> |