Skip to content

Commit 72cf401

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-82060: Incorrect products displayed after changing categories and running partial reindex
1 parent e5f160a commit 72cf401

File tree

4 files changed

+1
-292
lines changed

4 files changed

+1
-292
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/CategoryTest.php

Lines changed: 0 additions & 209 deletions
This file was deleted.

dev/tests/integration/testsuite/Magento/Catalog/_files/indexer_catalog_category_rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/** @var \Magento\Catalog\Model\ResourceModel\Product\Collection $collection */
1717
$collection = $objectManager->create(\Magento\Catalog\Model\ResourceModel\Category\Collection::class);
1818
$collection
19-
->addAttributeToFilter('level', ['gteq' => 2])
19+
->addAttributeToFilter('level', 2)
2020
->load()
2121
->delete();
2222

dev/tests/integration/testsuite/Magento/Catalog/_files/indexer_catalog_product_categories.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

dev/tests/integration/testsuite/Magento/Catalog/_files/indexer_catalog_product_categories_rollback.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)