Fix #15627: Product order in category changed in Magento 2.2.4#15629
Fix #15627: Product order in category changed in Magento 2.2.4#15629magento-engcom-team merged 1 commit intomagento:2.2-developfrom dverkade:2.2-Fix-15627-Product-order-in-category-changed
Conversation
… of Magento was changed in Magento 2.2.4.
|
Hi @ishakhsuvarov, Thank you for your reply. This PR will not change the fixes introduced by #11139 which will still be there. This PR removes an unnecessary extra sort order introduced by #11139. I have also filed a bug report for this behaviour under #15626 as you can see the sort order for entity_id is added multiple times now and this changed the default sorting behaviour of Magento. The default sorting of entity_id descending is already always added by Magento, so no need to specify it again with the fixes introduced for #11139. |
|
@dverkade Seems legit to me. Thank you for the detailed explanation. |
|
Hi @dverkade. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
This PR is a fix for issue #15627 where the default sorting behaviour of Magento was changed in Magento 2.2.4.
Fixed Issues
Manual testing scenarios