Set the correct swimlane/column ID when moving a task via its internal dialog.
Fixes https://github.com/kanboard/kanboard/issues/3114.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<?= $this->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'),
|
||||
|
||||
Reference in New Issue
Block a user