From 8791f04e2ae0890543e8157601c82971dfca9bf7 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Thu, 26 Feb 2026 09:51:06 +0100 Subject: [PATCH] Fix for second attribute option label in filter settings --- src/Filter/Setting/SimpleLookup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(