Fixed breadcrumb quote issue in product page #15037#15347
Fixed breadcrumb quote issue in product page #15037#15347magento-engcom-team merged 3 commits intomagento:2.2-developfrom jignesh-baldha:jignesh-baldha-patch1
Conversation
vovayatsyuk
left a comment
There was a problem hiding this comment.
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