-
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
Fixed breadcrumb quote issue in product page #15037 #15347
Fixed breadcrumb quote issue in product page #15037 #15347
Conversation
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.
Please double check if your patch is still needed in develop branch. Double quote was already escaped by code that you’ve removed in this PR. (It was added in recently: #15162)
Additionally, you have removed html escaping. Can you comment on this?
Hi @jignesh-baldha , during QA activities we found that described issue was fixed in the scope of #15162. Please, verify once again your steps in latest 2.2-develop. |
@sidolov I've removed deprecated function escapeJsQuote() and used escapeJs() which escape javascript context |
Hi @jignesh-baldha. Thank you for your contribution. Please, consider porting this solution across release lines. |
It is not fixed in 2.2.5. |
I confirm @DanielRuf It is not fixed yet. |
I also confirm its not fixed on 2.2.5 |
Code looks different in 2.2.7 so, maybe fixed? @magento-engcom-team can you confirm the version this fix was/will be released in? |
Fixed breadcrumb quote issue in product page #15037
Description
I've fixed quote issue in breadcrumb in product view page.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist