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 e34c795 commit 2e9d1bbCopy full SHA for 2e9d1bb
app/code/Magento/Catalog/Model/Indexer/Product/Flat/Action/Rows.php
@@ -67,6 +67,7 @@ public function execute($ids)
67
foreach ($idsBatches as $changedIds) {
68
if ($tableExists) {
69
$this->flatItemEraser->removeDeletedProducts($changedIds, $store->getId());
70
+ $this->flatItemEraser->removeDisabledProducts($changedIds, $store->getId());
71
}
72
if (!empty($changedIds)) {
73
$this->_reindex($store->getId(), $changedIds);
0 commit comments