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 {