Skip to content

Commit 90372d9

Browse files
committed
MC-38038: Partial reindex of prices causes empty categories (missed products)
1 parent fa6718b commit 90372d9

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Model/Indexer/Product/Price/Action

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/Action/Rows.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* Class Rows reindex action for mass actions
2222
*
23+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects) to preserve compatibility with parent class
2324
*/
2425
class Rows extends \Magento\Catalog\Model\Indexer\Product\Price\AbstractAction
2526
{

0 commit comments

Comments
 (0)