From 0f3ecb9bef90e21af9dfeb5ccd661aec3e505ea5 Mon Sep 17 00:00:00 2001 From: chaideqing Date: Fri, 22 Dec 2023 05:47:16 +0000 Subject: [PATCH] * Fix bug #42080. --- module/execution/ui/view.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index 3a1eb3e39e..c2c4239466 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -125,6 +125,7 @@ if($execution->projectInfo->hasProduct || $features['plan']) a ( set::title($product->name . '/' . $planGroups[$productID][$planID]), + set('data-app', $execution->projectInfo->hasProduct ? '' : 'project'), hasPriv('productplan', 'view') ? set::href(createLink('productplan', 'view', "planID={$planID}")) : null, span($product->name . '/' . $planGroups[$productID][$planID]) )