summaryrefslogtreecommitdiff
path: root/app/Template/task_list/listing.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_list/listing.php')
-rw-r--r--app/Template/task_list/listing.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/task_list/listing.php b/app/Template/task_list/listing.php
index 97393972..7891b543 100644
--- a/app/Template/task_list/listing.php
+++ b/app/Template/task_list/listing.php
@@ -7,12 +7,14 @@
<?= $this->render('task_list/header', array(
'paginator' => $paginator,
'project' => $project,
+ 'show_items_selection' => true,
)) ?>
<?php foreach ($paginator->getCollection() as $task): ?>
<div class="table-list-row color-<?= $task['color_id'] ?>">
<?= $this->render('task_list/task_title', array(
'task' => $task,
+ 'show_items_selection' => true,
)) ?>
<?= $this->render('task_list/task_details', array(