Improve subtask toggle

This commit is contained in:
Frederic Guillot
2017-03-19 16:45:32 -04:00
parent 5b7ed28ba1
commit d915c2a96b
19 changed files with 165 additions and 664 deletions

View File

@@ -69,7 +69,8 @@
)) ?>
<?= $this->render('task_list/task_subtasks', array(
'task' => $task,
'task' => $task,
'user_id' => $user['id'],
)) ?>
</div>
<?php endforeach ?>