From 1451a11129b43b86bd6e9bc4a2877d2070513ffe Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 6 Sep 2022 08:29:05 +0800 Subject: [PATCH] * Fix bug #67926. --- module/execution/view/treestory.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/treestory.html.php b/module/execution/view/treestory.html.php index 34b8565ec6..557bd82db8 100644 --- a/module/execution/view/treestory.html.php +++ b/module/execution/view/treestory.html.php @@ -70,7 +70,7 @@ foreach($modulePath as $key => $module) { $moduleTitle .= $module->name; - if(!common::printLink('product', 'browse', "productID=$story->product&branch=$story->branch&browseType=byModule¶m=$module->id", $module->name)) echo $module->name; + if(!common::printLink('product', 'browse', "productID=$story->product&branch=$story->branch&browseType=byModule¶m=$module->id", $module->name, '', "data-app='product'")) echo $module->name; if(isset($modulePath[$key + 1])) { $moduleTitle .= '/';