Skip to content

Commit bc3d848

Browse files
committed
MAGETWO-71662: Update On Save Reindex do not work on configurable product options changing
1 parent bb1ce57 commit bc3d848

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/AbstractEav.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ protected function _prepareRelationIndexSelect($parentIds = null)
181181
['i' => $idxTable],
182182
'l.child_id = i.entity_id AND cs.store_id = i.store_id',
183183
[]
184-
)->joinInner(
184+
)->join(
185185
['sw' => $this->getTable('store_website')],
186186
"cs.website_id = sw.website_id",
187187
[]

0 commit comments

Comments
 (0)