From b81158ba80cfc36ba503d8743422df508c857f14 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 19 Mar 2024 08:54:35 +0800 Subject: [PATCH] * Set the object ID of the 1.5 level drop-down menu. --- module/task/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/task/control.php b/module/task/control.php index e3c8c66ab3..fa25f8f16c 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -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 {