+ common: don't display table switch in bug browse page.

This commit is contained in:
liugang
2023-08-30 13:52:25 +08:00
parent 511fa3328b
commit aa8b4af7c1
@@ -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;
?>
<style>