Sort columns by due date
This commit is contained in:
@@ -29,6 +29,9 @@ class TaskReorderController extends BaseController
|
||||
case 'assignee':
|
||||
$this->taskReorderModel->reorderByAssignee($project['id'], $swimlaneID, $columnID, $direction);
|
||||
break;
|
||||
case 'due-date':
|
||||
$this->taskReorderModel->reorderByDueDate($project['id'], $swimlaneID, $columnID, $direction);
|
||||
break;
|
||||
}
|
||||
|
||||
$this->response->redirect($this->helper->url->to('BoardViewController', 'show', ['project_id' => $project['id']]));
|
||||
|
||||
Reference in New Issue
Block a user