* finish task #7553.
This commit is contained in:
@@ -1418,7 +1418,6 @@ class bug extends control
|
||||
* AJAX: get team members of the latest project of a product as assignedTo list.
|
||||
*
|
||||
* @param int $productID
|
||||
* x
|
||||
* @param string $selectedUser
|
||||
* @access public
|
||||
* @return string
|
||||
|
||||
@@ -51,7 +51,6 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
|
||||
|
||||
$menuBrowseType = strpos($menuItem->name, 'QUERY') === 0 ? 'bySearch' : $menuItem->name;
|
||||
$label = "<span class='text'>{$menuItem->text}</span>";
|
||||
if($this->session->bugBrowseType == 'bysearch') $browseType = 'all';
|
||||
if($this->session->bugBrowseType != 'bysearch' && ($browseType == 'bymodule' or $browseType == 'bybranch')) $browseType = $this->session->bugBrowseType;
|
||||
$label .= $menuBrowseType == $browseType ? " <span class='label label-light label-badge'>{$pager->recTotal}</span>" : '';
|
||||
$active = $menuBrowseType == $browseType ? 'btn-active-text' : '';
|
||||
|
||||
Reference in New Issue
Block a user