From ad6f898134a3aadc38571f5c8e11d37f43a953e3 Mon Sep 17 00:00:00 2001 From: Florian Wernert Date: Tue, 11 Jul 2017 10:33:40 +0200 Subject: Feature request #2072 : Quick edit in the list view Added the quick link to the edit modal on the tasks in the board view, both expanded and collapsed --- app/Template/board/task_private.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Template/board/task_private.php') diff --git a/app/Template/board/task_private.php b/app/Template/board/task_private.php index 28e53473..ccf09932 100644 --- a/app/Template/board/task_private.php +++ b/app/Template/board/task_private.php @@ -19,6 +19,7 @@ user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> render('task/dropdown', array('task' => $task)) ?> + modal->large('edit', '', 'TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> @@ -36,6 +37,7 @@
user->hasProjectAccess('TaskModificationController', 'edit', $task['project_id'])): ?> render('task/dropdown', array('task' => $task)) ?> + modal->large('edit', '', 'TaskModificationController', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> -- cgit v1.2.3