Skip to content

Commit 1c5d2fd

Browse files
committed
ACP2E-1238: attributes from GraphQL not translated
- Fixed the CR comments.
1 parent d3b0ba8 commit 1c5d2fd

File tree

1 file changed

+0
-4
lines changed
  • app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder

1 file changed

+0
-4
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Price.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ function (AggregationValueInterface $value) {
127127
$bucket->getValues()
128128
);
129129

130-
if (!$attributeOptionIds) {
131-
return [];
132-
}
133-
134130
return $this->attributeOptionProvider->getOptions(
135131
\array_merge([], ...$attributeOptionIds),
136132
$storeId,

0 commit comments

Comments
 (0)