From 2bfa899e1ee699f309228ee671b6cf84b264e508 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 27 May 2024 16:42:26 +0800 Subject: [PATCH] + Locate to project if the build is in a no multiple project. --- module/testtask/ui/view.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testtask/ui/view.html.php b/module/testtask/ui/view.html.php index d252a77f3c..77a6b2b2ad 100644 --- a/module/testtask/ui/view.html.php +++ b/module/testtask/ui/view.html.php @@ -97,6 +97,7 @@ detailBody $isInModal ? $buildName : a ( set::href(createLink('build', 'view', "buildID=$task->build")), + !empty($execution) && empty($execution->multiple) ? setData('app', 'project') : null, $buildName ) )