Skip to content

Commit 7765351

Browse files
Moved attributes to s_attributes
1 parent 0734794 commit 7765351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/Resolver/Products/DataPostProcessor/Attributes.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Attributes implements ProductsDataPostProcessorInterface
3232
{
3333
use ResolveInfoFieldsTrait;
3434

35-
const ATTRIBUTES = 'attributes';
35+
const ATTRIBUTES = 's_attributes';
3636

3737
/**
3838
* @var Data
@@ -294,7 +294,7 @@ protected function isAttributeSkipped(
294294
* On PLP, KEEP attribute if it is used on PLP and is visible on FE.
295295
* This means if not visible on PLP or is not visible we should SKIP it.
296296
*/
297-
return !$attribute->getUsedInProductListing() || !$attribute->getIsVisibleOnFront();
297+
return !$attribute->getUsedInProductListing();
298298
}
299299

300300
/**

0 commit comments

Comments
 (0)