This commit is contained in:
wangxuepeng
2023-12-14 15:49:42 +08:00
parent 2aea3b6a63
commit ca8d24fe37
+1 -1
View File
@@ -263,7 +263,7 @@ class testcase extends control
/* 设置产品id和分支。 */
/* Set productID and branch. */
$productID = $this->product->checkAccess($productID, $this->products);
if($branch === '') $branch = $this->cookie->preBranch;
if($branch === '') $branch = $this->cookie->preBranch ? : '';
$moduleID = $this->testcaseZen->assignCreateVars($productID, $branch, $moduleID, $from, $param, $storyID);