Description
The class Magento\Eav\Setup\EavSetup
, which is used to manage EAV attributes programmatically in setup scripts, provides a method to add attributes to groups and attribute sets. The method is called addAttributeToGroup
.
But there is missing the inverse method to remove an attribute from a group and set.
The addition of such a method would be great.
Metadata
Metadata
Assignees
Labels
No labels
Activity
m2-assistant commentedon Feb 10, 2025
Hi @stollr. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue:
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
stollr commentedon Feb 10, 2025
@magento I am working on this
stollr commentedon Feb 11, 2025
PR was added and is ready for review :-)
Added method to EavSetup to remove attribute from a group