Skip to content

Commit a6bb2f7

Browse files
committed
Merge remote-tracking branch 'origin/hotfix/2.4.13'
2 parents 73126e9 + 93c2adf commit a6bb2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filter/Setting/SimpleLookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected function getParameterFilterOptions($objAttribute, $arrIds, &$arrCount
117117
$arrOptions = $this->getLabelAttributeValuesByOptionsList(
118118
$objAttribute,
119119
$labelAttribute,
120-
((bool) $this->get('onlyused')) ? $arrIds : null
120+
((bool) $this->get('onlypossible')) ? $arrIds : null
121121
);
122122
} else {
123123
$arrOptions = $objAttribute->getFilterOptions(

0 commit comments

Comments
 (0)