-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix AbstractFieldArray with column renderers, Call setId() and setName(), remove workarounds #22009
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
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Hi @Berdir. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Pushed a fix for that failing test, that now also needs to use the setName() method and not setInputName(). I'm not sure abut the BC Policy, those removed methods could also be kept in case someone still needs them, with a @deprecated tag on it. |
@magento run all tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Berdir. Thank for collaboration. Can you please update your PR due to Braintree module was removed from Magento codebase.
# Conflicts: # app/code/Magento/Braintree/Block/Adminhtml/Form/Field/Countries.php # app/code/Magento/Braintree/Block/Adminhtml/Form/Field/CountryCreditCard.php # dev/tests/integration/testsuite/Magento/CatalogInventory/Block/Adminhtml/Form/Field/CustomergroupTest.php
@magento run all tests |
Hi @Berdir, please sign CLA in otherwise we will not able to proceed with your PR. |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run Static Tests, Functional Tests EE, Functional Tests CE, Integration Tests |
@magento run Functional Tests B2B |
@magento run all tests |
@magento run all tests |
Moving it back to Pending Review for further review, as I made a few changes to the code. |
Description (*)
See #22008.
The name and ID attributes aren't correctly set on custom renderers, and then implementations have all kinds of workarounds for that and require complex custom overrides to set the default attribute.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)