-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom product attribute groups empty when migrating from 1.9.2.2 to 2.4.3 #888
Comments
Hi @schnere. Thank you for your report. Add a comment to assign the issue:
|
@magento I am working on this |
Hi @schnere! 👋 |
@magento add to contributors team |
When migrating from Magento 1.9.2.2 to 2.4.3 the custom product attribute group mapping does not work as expected.
This error causes the custom attribute groups to be empty after migration.
Preconditions
Steps to reproduce
Expected result
After migration the custom product attribute group should have the same product attributes assigned as in source Magento.
Actual result
The custom product attribute groups are empty.
Additional notes
I found the problem here:
data-migration-tool/src/Migration/Step/Eav/Data.php
Line 697 in ea9cc9f
If I have a group "MyCustomGroup" in Source it get's compared with "Migration_MyCustomGroup". This will never be true as the source lacks of the Prefix. As the mapping is not set here it will not be executed later.
The text was updated successfully, but these errors were encountered: