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;
?>