diff --git a/module/task/control.php b/module/task/control.php index 4a354f7f67..9a9f36f1ee 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -444,6 +444,7 @@ class task extends control $this->session->set('estimateList', $this->app->getURI(true)); + $this->view->task = $this->task->getById($taskID); $this->view->estimates = $this->task->getTaskEstimate($taskID); $this->view->title = $this->lang->task->record; $this->display(); diff --git a/module/task/view/record.html.php b/module/task/view/record.html.php index 61d11b1bde..df091b15fa 100644 --- a/module/task/view/record.html.php +++ b/module/task/view/record.html.php @@ -33,8 +33,11 @@