* Fix bug#23724.

This commit is contained in:
xieqiyu
2022-06-15 18:38:01 +08:00
parent b2bf48c7d3
commit 16f8efac4e
-1
View File
@@ -1024,7 +1024,6 @@ class testcase extends control
}
$this->view->branchTagOption = array($productID => $branchTagOption);
$this->view->position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->title = $product->name . $this->lang->colon . $this->lang->testcase->batchEdit;
$this->view->product = $product;
}