-
Notifications
You must be signed in to change notification settings - Fork 29
CatalogImportExport categoryProcessor is using default store id values #88
Comments
From @sevos1984 on October 18, 2016 15:4 Internal ticket created MAGETWO-59827, thanks for posting |
From @MattDelac on December 18, 2016 20:12 Hello everyone, As @koenner01, I have the same issue (Magento 2.1.2) and I don't know why categories do not work as attributes. Can someone tell me if this issue is resolved with the new update (Magento 2.1.3) ? I did not see in the changelog. Thank you |
From @Tchinkatchuk on December 19, 2016 8:30 hello, I dot agree with @MattDelac & @koenner01. Thanks. |
From @MattDelac on December 19, 2016 8:44 Did you find a hack to do it in another way ? Thank you |
From @vherasymenko on May 11, 2017 13:38 "Steps:
AR: The product will not be added to the existing category |
From @arshadpkm on June 10, 2017 11:41 I will check this one |
From @arshadpkm on June 13, 2017 11:12 @okorshenko Need one help Travis fails with test INTEGRATION_INDEX=3, here is the link https://travis-ci.org/magento/magento2/jobs/242316296 But I am not sure how my commit related to this file. and how can I fix this? |
From @okorshenko on June 13, 2017 16:54 @arshadpkm please, create pull request against 2.1-develop branch, but not 2.1 |
From @magento-team on August 1, 2017 1:9 Internal ticket to track issue progress: MAGETWO-69864 |
From @magento-engcom-team on October 18, 2017 11:30 @koenner01, thank you for your report. |
…o 0. Would otherwise be null and set to 1 in \Magento\Catalog\Model\ResourceModel\Collection\AbstractCollection::getStoreId, leading to unwanted store values for category names.
…For category identification, admin name must be used.
From @koenner01 on October 13, 2016 13:5
When importing product data through the catalogImportExport module, new categories will be created even though categories with the correct path already exist.
Preconditions
Steps to reproduce
Expected result
Actual result
OR
I traced this issue back to \Magento\CatalogImportExport\Model\Import\Product\CategoryProcessor.
In the initCategories function a category collection is loaded with store id equal to the default store id.
In my opinion the collection should have a setStoreId(0) because the values for categories in the import csv should be the admin values.
Copied from original issue: magento/magento2#6992
The text was updated successfully, but these errors were encountered: