* Add variable for testtask cases page.

This commit is contained in:
songchenxuan
2023-10-23 15:45:00 +08:00
parent 1c9ba21786
commit 0b61df143f
+1
View File
@@ -278,6 +278,7 @@ class testtaskZen extends testtask
$this->view->assignedToList = $assignedToList;
$this->view->suites = $suites;
$this->view->productID = $product->id;
$this->view->product = $product;
$this->view->task = $testtask;
$this->view->moduleID = $moduleID;
$this->view->browseType = $browseType;