This commit is contained in:
liumengyi
2024-01-25 17:16:28 +08:00
parent 485256dd35
commit dfd16ae73f
+1
View File
@@ -622,6 +622,7 @@ class execution extends control
$this->view->switcherParams = "executionID={$executionID}&productID={$productID}&currentMethod=testcase";
$this->view->switcherText = isset($products[$productID]) ? $products[$productID]->name : $this->lang->product->all;
$this->view->switcherObjectID = $productID;
if(empty($execution->hasProduct)) $this->config->excludeSwitcherList[] = 'execution-testcase';
$this->display();
}