* if task is wati or doing, display edit and delete link.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user