-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use static const in Magento\Customer\Model\Address\Config #39123
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?
Use static const in Magento\Customer\Model\Address\Config #39123
Conversation
Hi @dimitriBouteille. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
@magento create issue |
Any news ? |
Hello @dimitriBouteille, Currently, we are working on the community-voted PRs from the community board. We will pick it as per the priority. Thanks |
Description (*)
This PR adds the possibility to create a new configuration from a custom path and create a class that extends from
Magento\Customer\Model\Address\Config
without having to duplicate the functionMagento\Customer\Model\Address\Config::getFormats()
Workaround
Today, the only solution to come to do is to duplicate the
getFormats
function ...Related Pull Requests
None
Fixed Issues (if relevant)
None
Manual testing scenarios (*)
Magento\Customer\Model\Address\Config
XML_PATH_ADDRESS_TEMPLATE
with custom valueContribution checklist (*)
Resolved issues: