Skip to content

Commit 8791f04

Browse files
committed
Fix for second attribute option label in filter settings
1 parent 73126e9 commit 8791f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)