Skip to content

Commit bdb12d8

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 15654e2 commit bdb12d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Category.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ public function getChildrenData()
13621362
* @return array
13631363
* @todo refactor with converter for AbstractExtensibleModel
13641364
*/
1365+
// phpcs:ignore Magento2.FunctionNameRestrictions.MethodDoubleUnderscore
13651366
public function __toArray()
13661367
{
13671368
$data = $this->_data;

0 commit comments

Comments
 (0)