We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d3df3 commit 17fbc07Copy full SHA for 17fbc07
app/code/Magento/Catalog/Model/ResourceModel/Product/Image.php
@@ -158,7 +158,8 @@ private function getUsedImagesSelect(): Select
158
'value as filepath'
159
)->joinInner(
160
['image_value' => $this->resourceConnection->getTableName(Gallery::GALLERY_VALUE_TABLE)],
161
- 'images.value_id = image_value.value_id'
+ 'images.value_id = image_value.value_id',
162
+ []
163
)->where(
164
'images.disabled = 0 AND image_value.disabled = 0'
165
);
0 commit comments