* Fix bug#25708.

This commit is contained in:
xieqiyu
2022-07-27 08:29:42 +08:00
parent 82ff63f607
commit 94c72b04e1
+1 -1
View File
@@ -377,7 +377,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
</div>
</div>
<?php endif;?>
<?php if($canBatchChangeModule and $branch !== 'all'):?>
<?php if($canBatchChangeModule and ($product->type == 'normal' or $branch !== 'all')):?>
<div class="btn-group dropup">
<button data-toggle="dropdown" type="button" class="btn"><?php echo $lang->bug->moduleAB;?> <span class="caret"></span></button>
<?php $withSearch = count($modules) > 6;?>