-
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
[Backport]Sorting by Websites not working in product grid in backoffice #20514
Conversation
Hi @XxXgeoXxX. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me 2.2.2 instance |
Hi @XxXgeoXxX. Thank you for your request. I'm working on Magento 2.2.2 instance for you |
* @param array $components | ||
* @param array $data | ||
*/ | ||
public function __construct( | ||
ContextInterface $context, | ||
UiComponentFactory $uiComponentFactory, | ||
StoreManagerInterface $storeManager, | ||
Helper $resourceHelper, |
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, do not change arguments order. This change goes against backward compatibility. Add the resourceHelper to the very end of the arguments set
@XxXgeoXxX , I am closing this PR now due to inactivity. |
Hi @XxXgeoXxX, thank you for your contribution! |
@XxXgeoXxX , I am closing this PR now due to inactivity. |
Hi @XxXgeoXxX, thank you for your contribution! |
Issue #20511
Description (*)
Preconditions (*)
Magento Version : CE 2.2X
Magento Version : CE 2.3.X
Steps to reproduce (*)
Navigate to admin catalog product grid
Using "Columns" selection add Websites'' column in the grid
Expected result (*)
Sort by 'Websites' should be working fine.
Actual result (*)
Sort by 'websites' product attribute not working.
Fixed Issues (if relevant)
Backport for #20512
Manual testing scenarios (*)
Navigate to admin catalog product grid
Using "Columns" selection add Websites'' column in the grid
Contribution checklist (*)