* Merge #ccd8583eb3, Fix bug #35408.

This commit is contained in:
tanghucheng
2023-11-08 00:16:09 -05:00
parent 4932546201
commit 22fa9220cd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -917,6 +917,7 @@ function changeSearchObject()
if(searchObjectList.indexOf(',' + searchType + ',') == -1) var searchType = 'bug';
if(vision == 'lite') var searchType = 'story';
if(vision == 'or') var searchType = 'demand';
if(searchType == 'program') var searchType = 'program-product';
if(searchType == 'deploystep') var searchType = 'deploy-viewstep';
+1 -1
View File
@@ -42,7 +42,7 @@ js::set('isIntranet', helper::isIntranet());
#menuMoreList > li.active:after {content: attr(data-tip); display: block; position: absolute; left: 100%; background-color: #f1a325; color: #fff; top: 3px; white-space: nowrap; line-height: 16px; padding: 8px 10px; margin-left: 5px; border-radius: 4px;}
<?php endif;?>
<?php if($this->config->vision == 'lite'):?>
<?php if($config->vision == 'lite' or $config->vision == 'or'):?>
#searchbox .dropdown-menu.show-quick-go.with-active {min-height: 180px;}
<?php endif;?>
</style>