* Fix bug #37923.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<?php
|
||||
$showSwitchLink = true;
|
||||
if($currentModule == 'product' && $currentMethod == 'browse') $showSwitchLink = false;
|
||||
if($currentModule == 'projectstory' && $currentMethod == 'story') $showSwitchLink = false;
|
||||
if($currentModule == 'project' && $currentMethod == 'bug') $showSwitchLink = false;
|
||||
if($currentModule == 'execution' && strpos(',all,task,bug,', ",{$currentMethod},") !== false) $showSwitchLink = false;
|
||||
if($currentModule == 'bug' && $currentMethod == 'browse') $showSwitchLink = false;
|
||||
|
||||
Reference in New Issue
Block a user