From de4519fa2c45ca96d4bf0b9ce288cad600d09854 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 19 Feb 2016 22:59:47 -0500 Subject: Add subtasks drag and drop --- app/Template/subtask/table.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/Template/subtask/table.php') diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php index 8ad9664c..53902057 100644 --- a/app/Template/subtask/table.php +++ b/app/Template/subtask/table.php @@ -3,7 +3,11 @@ - +
+ @@ -12,10 +16,13 @@ + + - + +
+ subtask->toggleStatus($subtask, $task['project_id'], true) ?> subtask->getTitle($subtask) ?> @@ -58,12 +65,12 @@ 'subtask' => $subtask, 'first_position' => $first_position, 'last_position' => $last_position, - 'redirect' => $redirect, )) ?>

-- cgit v1.2.3