diff --git a/src/Filter/Setting/SimpleLookup.php b/src/Filter/Setting/SimpleLookup.php index d552a4df6..c0624e77a 100644 --- a/src/Filter/Setting/SimpleLookup.php +++ b/src/Filter/Setting/SimpleLookup.php @@ -117,7 +117,7 @@ protected function getParameterFilterOptions($objAttribute, $arrIds, &$arrCount $arrOptions = $this->getLabelAttributeValuesByOptionsList( $objAttribute, $labelAttribute, - ((bool) $this->get('onlyused')) ? $arrIds : null + ((bool) $this->get('onlypossible')) ? $arrIds : null ); } else { $arrOptions = $objAttribute->getFilterOptions(