-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 for custom product attribute changing 'backend_type' when 'is_user_defined = 1' and get updated/saved in Admin Backend #18196
Conversation
Hi @bartoszkubicki. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @bartoszkubicki , please, take a look at failed functional tests, looks like those fails caused by the provided implementation. |
200bc31
to
08f7ff9
Compare
@sidolov all seems to be fixed. |
Hi @bartoszkubicki! We are trying to have everything merged on 2.3 before merging it to 2.2 and others. It's up to you to decide whether to create a new PR or edit this one. You can easily port PRs to other branches with the Porting Tool, read more here. |
@aleron75 I have tried, but with no luck. If this is going to be merged I will prepare another PR to port it to 2.3. As soon as this one is merged I will create new one (manually if needed) to port to 2.3. |
app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Save.php
Outdated
Show resolved
Hide resolved
…r_defined = 1' and get updated/saved in Admin Backend Fix for custom product attribute changing 'backend_type' when 'is_user_defined = 1' and get updated/saved in Admin Backend Fix for custom product attribute changing 'backend_type' when 'is_user_defined = 1' and get updated/saved in Admin Backend
405a2c9
to
f6a9459
Compare
Hi @josefbehr, thank you for the review. |
Hi @josefbehr, thank you for the review. |
… when 'is_user_defined = 1' and get updated/saved in Admin Backend #18196
Hi @bartoszkubicki. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
All is described in referenced issue.
Fixed Issues (if relevant)
Manual testing scenarios
Steps are described in referenced issue.
Contribution checklist