Remove project_id from task URLs
This commit is contained in:
@@ -47,6 +47,6 @@ class TaskMovePositionController extends BaseController
|
||||
$values['swimlane_id']
|
||||
);
|
||||
|
||||
$this->response->redirect($this->helper->url->to('TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'])));
|
||||
$this->response->redirect($this->helper->url->to('TaskViewController', 'show', array('task_id' => $task['id'])));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user