From aa8b4af7c1984febe021ef40151b2cb3c4b072a3 Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 30 Aug 2023 13:52:25 +0800 Subject: [PATCH] + common: don't display table switch in bug browse page. --- module/common/view/datatable.fix.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php index a7c67f5adc..54baffe894 100644 --- a/module/common/view/datatable.fix.html.php +++ b/module/common/view/datatable.fix.html.php @@ -7,6 +7,7 @@ $showSwitchLink = true; if($currentModule == 'execution' && ($currentMethod == 'all' || $currentMethod == 'task')) $showSwitchLink = false; if($currentModule == 'product' && $currentMethod == 'browse') $showSwitchLink = false; +if($currentModule == 'bug' && $currentMethod == 'browse') $showSwitchLink = false; ?>