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 f51eea3 commit 3007b00Copy full SHA for 3007b00
app/code/Magento/CatalogRule/Plugin/Indexer/Category.php
@@ -35,7 +35,7 @@ public function afterSave(
35
\Magento\Catalog\Model\Category $result
36
) {
37
/** @var \Magento\Catalog\Model\Category $result */
38
- $productIds = $result->getAffectedProductIds();
+ $productIds = $result->getChangedProductIds();
39
if (!empty($productIds) && !$this->productRuleProcessor->isIndexerScheduled()) {
40
$this->productRuleProcessor->reindexList($productIds);
41
}
0 commit comments