Skip to content

Commit dcf5429

Browse files
committed
MAGETWO-65245: parent_id of deleted configurable product variation does not get sent to ElasticSearch
1 parent 45bd65c commit dcf5429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class Fulltext implements \Magento\Framework\Indexer\ActionInterface, \Magento\F
8484
* @param array $data
8585
* @param IndexSwitcherInterface $indexSwitcher
8686
* @param Scope\State $indexScopeState
87+
*
88+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
8789
*/
8890
public function __construct(
8991
FullFactory $fullActionFactory,

0 commit comments

Comments
 (0)