-
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
Minicart product name - not covered cases #29075
Comments
Hi @Januszpl. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Hi @engcom-Delta. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Delta Issue Available: @engcom-Delta, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Preconditions (*)
Magento 2.3.5, 2.4
Related to: #13802
Steps to reproduce (*)
magento2/app/code/Magento/Checkout/view/frontend/web/template/minicart/item/default.html
Lines 24 to 32 in 024625e
Issue:
If you use
text: product_name
inmagento2/app/code/Magento/Checkout/view/frontend/web/template/minicart/item/default.html
Line 30 in 024625e
By default in most cases template will use html binding if product has url.
But this should be replaced by
<span data-bind="html: product_name"></span>
or removed.Expected result (*)
Actual result (*)
Severity: S2/3 ?
The text was updated successfully, but these errors were encountered: