* Set the object ID of the 1.5 level drop-down menu.

This commit is contained in:
tianshujie
2024-03-19 08:54:35 +08:00
parent 967cff91b5
commit b81158ba80
+1
View File
@@ -364,6 +364,7 @@ class task extends control
foreach($bug->files as $file) $task->files[] = $file;
}
$this->view->fromBug = $bug;
if($this->app->tab == 'qa') $this->view->productID = $bug->product;
}
else
{