* [bug#66075,done,0.1h,0h] Fix joint link case to project.

This commit is contained in:
wangyuting
2025-11-18 08:31:33 +08:00
parent 9bd0a54f56
commit 1b2d48ed2a
+1
View File
@@ -851,6 +851,7 @@ class testtaskModel extends model
$run->assignedTo = zget($users, $run->case, '');
$this->dao->replace(TABLE_TESTRUN)->data($run)->exec();
if(!empty($testtask->joint)) continue;
/* 在项目或执行下关联用例到测试单时把用例关联到项目或执行。*/
/* Associate the cases to the project or execution when associating the cases to the testtask under the project or execution. */
if(!empty($testtask->execution))