* [bug#68648,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-12-29 00:58:30 +00:00
parent 23880a2e6b
commit 2d0c3c28d1
+1
View File
@@ -158,6 +158,7 @@ if($isFromDoc || $isFromAI)
}
$linkParams = $rawMethod == 'groupcase' ? "productID=$productID&branch=$branch&groupBy=$groupBy&objectID=0&caseType=$caseType&browseType={key}" : "productID=$productID&branch=$branch&browseType={key}&param=0" . $suffixParam;
if($app->tab == 'project') $linkParams = "projectID={$projectID}&$linkParams";
$browseLink = createLink('testcase', 'browse', $linkParams);
if($app->tab == 'project') $browseLink = createLink('project', 'testcase', $linkParams);
if($app->tab == 'execution' && $from != 'doc' && $from != 'ai') $browseLink = createLink('execution', 'testcase', "executionID={$executionID}&productID=$productID&branch=$branch&browseType={key}");