Skip to content

Commit 4a1d4fe

Browse files
committed
MAGETWO-65245: parent_id of deleted configurable product variation does not get sent to ElasticSearch
1 parent 427c35b commit 4a1d4fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ private function getMetadataPool()
222222
if ($this->metadataPool === null) {
223223
$this->metadataPool = ObjectManager::getInstance()->get(MetadataPool::class);
224224
}
225+
225226
return $this->metadataPool;
226227
}
227228
}

0 commit comments

Comments
 (0)