* If the product is a shadow one hide it when create a testtask.

This commit is contained in:
liugang
2022-09-21 08:42:00 +08:00
parent 048441961b
commit 6b3e0329e2
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -261,6 +261,7 @@ class testtask extends control
$this->view->position[] = $this->lang->testtask->create;
$this->view->productID = $productID;
$this->view->product = $this->product->getByID($productID);
$this->view->projectID = $projectID;
$this->view->executionID = $executionID;
$this->view->executions = $executions;