* Finish task#7109.

This commit is contained in:
leiyong
2020-04-28 02:29:20 -07:00
parent 1c29b742a0
commit 85a55e41bd
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -728,6 +728,7 @@ class task extends control
if(!empty($_POST))
{
$changes = $this->task->recordEstimate($taskID);
if(dao::isError()) die(js::error(dao::getError()));
/* Remind whether to update status of the bug, if task which from that bug has been finished. */
$task = $this->task->getById($taskID);