* Fix bug #42210.
This commit is contained in:
@@ -1261,7 +1261,7 @@ class task extends control
|
||||
$changes = $this->task->updateEstimate($estimateID);
|
||||
if(dao::isError()) return print(js::error(dao::getError()));
|
||||
|
||||
$actionID = $this->loadModel('action')->create('task', $estimate->task, 'EditEstimate', $this->post->work);
|
||||
$actionID = $this->loadModel('action')->create('task', $estimate->objectID, 'EditEstimate', $this->post->work);
|
||||
$this->action->logHistory($actionID, $changes);
|
||||
|
||||
$url = $this->session->estimateList ? $this->session->estimateList : inlink('recordEstimate', "taskID={$estimate->task}");
|
||||
|
||||
Reference in New Issue
Block a user