Skip to content

Commit 944ebbe

Browse files
author
Oleksandr Iegorov
committed
MC-21948: Products index data delete process fires before indexation instead of right before insert indexed data to index tables during partial reindex
1 parent 9bf53a7 commit 944ebbe

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function __construct(
8585
* @param int[] $entityIds
8686
* @param bool $useTempTable
8787
* @return $this
88+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
8889
*/
8990
public function execute(array $entityIds = [], $useTempTable = false)
9091
{

0 commit comments

Comments
 (0)