-
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
[Forwardport] Replacing Usage of Deprecated Methods for Message Manager #17140
[Forwardport] Replacing Usage of Deprecated Methods for Message Manager #17140
Conversation
Hi @gelanivishal. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team combine 17141 |
Hi @sidolov. Thank you for your request. I'm working on combining the pull requests for you |
@gelanivishal all pull requests have been successfully combined together:
|
Hi @gelanivishal. Thank you for your contribution. |
Original Pull Request
#16924
#16560
Replacing usage of deprecated methods for message manager.
Description
Changes:
addSuccess
->addSuccessMessage
;addError
->addErrorMessage
;addException
->addExceptionMessage
;addWarning
->addWarningMessage
;Contribution checklist