* Merge task estimate to effort.

This commit is contained in:
sunguangming
2022-09-02 13:52:56 +08:00
parent 17b58bc39b
commit d5ee1ab4f3
7 changed files with 101 additions and 74 deletions
+1 -1
View File
@@ -1213,7 +1213,7 @@ class task extends control
$this->view->title = $this->lang->task->editEstimate;
$this->view->position[] = $this->lang->task->editEstimate;
$this->view->estimate = $estimate;
$this->view->task = $this->task->getById($estimate->task);
$this->view->task = $this->task->getById($estimate->objectID);
$this->display();
}