From 85ac90b97fc010309b6ae3cc2479bdefcfef8973 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 30 May 2025 02:18:22 +0000 Subject: [PATCH] * [bug#62978,done,0.2h] fix bug. --- module/project/ui/execution.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/ui/execution.html.php b/module/project/ui/execution.html.php index a0f653e7f3..7ef9664fbe 100644 --- a/module/project/ui/execution.html.php +++ b/module/project/ui/execution.html.php @@ -93,7 +93,7 @@ foreach($productList as $key => $value) $productItems[] = array('text' => $value $productName = !empty($product) ? $product->name : ''; featureBar ( - ($project->stageBy == 'product' && $project->hasProduct) ? to::leading + ($project->stageBy == 'product' && $project->hasProduct && empty($project->isTpl)) ? to::leading ( dropdown (