Skip to content
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

Fix attribute group #187

Merged
merged 2 commits into from
Nov 4, 2020
Merged

Fix attribute group #187

merged 2 commits into from
Nov 4, 2020

Conversation

norgeindian
Copy link
Contributor

This pull request fixes the unwanted renaming of the attribute group with the attribute_group_code product-details.
To see that, just run a clean M2 installation and check attribute_group_name in table eav_attribute_code where attribute_group_code = product-details.
You will see, that this group is initially called Product Details.
Now add this module and install Magento again. The name will be changed to General, which is surely not wanted.
See \Magento\Tax\Setup\Patch\Data\AddTaxAttributeAndTaxClasses to see, that Magento itself does it in this way.
The renaming of the group leads to critical issues for the Data Migration Module and removes all product attribute values in the M1 General Group completely during the migration.
See magento/data-migration-tool#832 and magento/data-migration-tool#817 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants