-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#222249 configurable product images wrong sorting fix #22287
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
#222249 configurable product images wrong sorting fix #22287
Conversation
Hi @Wirson. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
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 @Wirson , thanks for the pull request! Can you please fix the commit authorship in this pull request ( see comment #22287 (comment) )
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 squash changes into a single commit so that we have perfectly clean history 😉
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 squash changes into a single commit so that we have perfectly clean history 😉
59517f4
to
e6b61ef
Compare
e6b61ef
to
700a153
Compare
Hi @sidolov, thank you for the review. |
✔️ QA Passed |
Hi @Wirson, thank you for your contribution! |
Configurable Product Gallery Images Out of Order when More than 10 images. Images sort order does not comply with that in admin panel for configurable product.
Description (*)
'position' argument was provided as string, thus result of sorting was like: 1, 10, 11, 2, 3, 4, ... .
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)