From 602caf390d9fd2626030b8c0961389622e380816 Mon Sep 17 00:00:00 2001 From: kousu Date: Mon, 22 Jan 2018 19:10:09 -0500 Subject: Set the correct swimlane/column ID when moving a task via its internal dialog. Fixes https://github.com/kanboard/kanboard/issues/3114. --- app/Template/task_move_position/show.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Template/task_move_position/show.php') diff --git a/app/Template/task_move_position/show.php b/app/Template/task_move_position/show.php index a73be785..dbbfdbd4 100644 --- a/app/Template/task_move_position/show.php +++ b/app/Template/task_move_position/show.php @@ -7,6 +7,7 @@ app->component('task-move-position', array( 'saveUrl' => $this->url->href('TaskMovePositionController', 'save', array('task_id' => $task['id'], 'project_id' => $task['project_id'])), 'board' => $board, + 'task' => $task, 'swimlaneLabel' => t('Swimlane'), 'columnLabel' => t('Column'), 'positionLabel' => t('Position'), -- cgit v1.2.3