summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-21 22:44:25 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-04-21 22:44:25 -0400
commit919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (patch)
treeacc8c0312f8efe6d32dd97355754b663c7b383e7 /templates
parent9bfd824ab724dc2eb356e06b1722f843dbd8d96d (diff)
Add a method to apply filters for tasks
Diffstat (limited to 'templates')
-rw-r--r--templates/project_tasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_tasks.php b/templates/project_tasks.php
index 77b4db62..d54565f3 100644
--- a/templates/project_tasks.php
+++ b/templates/project_tasks.php
@@ -28,7 +28,7 @@
<a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['id']) ?></a>
</td>
<td>
- <?= Helper\escape($task['column_title']) ?>
+ <?= Helper\in_list($task['column_id'], $columns) ?>
</td>
<td>
<a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['title']) ?></a>