Add toggle button to show/hide subtasks in task list view
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<?php foreach ($subtasks as $subtask): ?>
|
||||
<tr>
|
||||
<td>
|
||||
<?= $this->subtask->toggleStatus($subtask, $task['project_id']) ?>
|
||||
<?= $this->subtask->renderToggleStatus($task, $subtask) ?>
|
||||
</td>
|
||||
<?= $this->hook->render('template:board:tooltip:subtasks:rows', array('subtask' => $subtask)) ?>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user