* finish task #7553.

This commit is contained in:
z
2020-07-24 20:30:17 +08:00
parent a3f0f7ea58
commit 821739f624
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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
-1
View File
@@ -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' : '';