* Set executionID in testcase::edit.

This commit is contained in:
liumengyi
2023-10-31 16:39:11 +08:00
parent 49dfb9aa81
commit 463f0026d3
2 changed files with 16 additions and 7 deletions
+2 -2
View File
@@ -503,8 +503,8 @@ class testcase extends control
{
$productID = $case->product;
$this->testcaseZen->setMenuForCaseEdit($case);
$this->testcaseZen->assignForEditCase($case);
$this->testcaseZen->setMenuForCaseEdit($case, $executionID);
$this->testcaseZen->assignForEditCase($case, $executionID);
}
$this->testcaseZen->assignForEdit($productID, $case, $testtasks);