-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix for bug: If multiple children had the same sort order only one of… #24457
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
Fix for bug: If multiple children had the same sort order only one of… #24457
Conversation
… them would be rendered
Hi @oskarolaussen. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @swnsma, thank you for the review. |
✔️ QA Passed |
Hi @oskarolaussen, thank you for your contribution! |
linked to issue #24474 |
… them would be rendered
Description (*)
Changed Magento\Catalog\Block\Product\View\Details to fix issue with multiple children having the same sort order causing only one of them to render.
Fixed Issues (if relevant)
If you have multiple tabs on product page with the same sort order or without sort order only one of them will render.
Manual testing scenarios (*)
Have multiple tabs on product page with the same sort order.
Before fix: only one is rendered.
After: All of them are rendered.
Contribution checklist (*)