* fix bug #27783.
This commit is contained in:
@@ -236,6 +236,8 @@ class search extends control
|
||||
foreach($typeCount as $objectType => $count)
|
||||
{
|
||||
if(!isset($this->lang->search->modules[$objectType])) continue;
|
||||
if($this->config->systemMode != 'new' and $objectType == 'program') continue;
|
||||
if(!empty($this->config->projectMode) and $this->config->projectMode == 'noSprint' and $objectType == 'execution') continue;
|
||||
$typeList[$objectType] = $this->lang->search->modules[$objectType];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user