-
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 referenced to "store", changing to "scope" in Framework/Mail components #20621
Fix referenced to "store", changing to "scope" in Framework/Mail components #20621
Conversation
Hi @gwharton. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @ihor-sviziev, thank you for the review. |
Hi @gwharton thank you for the pull request, however, we cannot accept this contribution. We are not accepting new public methods to classes marked as API. I have to close this pull request. Please feel free to contact me if you have any comments or questions. |
Hi @gwharton, thank you for your contribution! |
@ihor-sviziev can you let me know the way forward on this. The same changes are also proposed as part of #18472 and were requested by @buskamuza. If this PR doesn't go through, then it doesn't affect the way magento works, its just a naming thing, but if it also holds up #18472 and we miss the 2.2.8 deadline, then the other changes in #18472 would not get applied and the 2.2 branch would go for another 2-3 months with broken email sender from addresses. |
Hi @gwharton, |
The new method ( |
Hi @gwharton , sorry for the confusion. Reopening as the backward incompatible change was approved by an architect. This pull request will be soon merged to mainline. |
Hi @gwharton, thank you for your contribution! |
…ork/Mail components #20621
Description (*)
Changes introduced in PR#18471 used references to "store" in framework components. This PR changes these references to "scope" instead. The same changes are being proposed to the 2.2-develop branch in PR #18472.
The setFromByStore function is deprecated and a new function setFromByScope is introduced.
Contribution checklist (*)