-
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
Correctly escape custom product image attributes #26959
Correctly escape custom product image attributes #26959
Conversation
Hi @alexander-aleman. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @aleron75, thank you for the review. |
✔️ QA passed |
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 @alexander-aleman could you resolve merge conflicts?
Pull Request state was updated. Re-review required.
@engcom-Delta it seems some tests are stuck on in progress, could you maybe restart them? |
@magento run all tests |
@alexander-aleman unfortunately, only members of the maintainers team are allowed to remove progress related labels to the pull request |
@alexander-aleman unfortunately, only members of the maintainers team are allowed to add progress related labels to the pull request |
Merge conflicts have been solved
Hi @aleron75, thank you for the review. |
✔️ QA passed |
Hi @alexander-aleman, thank you for your contribution! |
Description (*)
This change tries to solve #25219 by no longer escaping strings of the form
attribute-name="attribute value"
but direclty rendering and escaping them in the view.Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)