From 5700dde5080212affb40c53675f0e1f57901dcfa Mon Sep 17 00:00:00 2001 From: dingguodong Date: Fri, 2 Jun 2023 11:17:47 +0800 Subject: [PATCH] * Set module to story for search. --- module/product/ui/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/ui/browse.html.php b/module/product/ui/browse.html.php index 5949ef6a41..960e6764fe 100644 --- a/module/product/ui/browse.html.php +++ b/module/product/ui/browse.html.php @@ -84,7 +84,7 @@ featureBar return createLink($app->rawModule, $app->rawMethod, $projectIDParam . "productID=$productID&branch=$branch&browseType=$key¶m=0&storyType=$storyType"); } ), - li(searchToggle()) + li(searchToggle(set::module('story'))) ); toolbar