-
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
M2.1 Marketing >> Reviews >> New Review - Sorting & Filters not functioning. #5391
Comments
It was clean install. Please do not hesitate to reach out with any additional questions or Regards, Praful Rajput On Fri, Jul 1, 2016 at 11:26 PM, Paul Boisvert [email protected]
|
@vasuscoin |
The fix has been fixed in 2.1 and will be released as a part of future path releases |
@slavvka If we need this fix now, where could we find it? |
@Ctucker9233, try to use the patch: Index: app/code/Magento/Catalog/Block/Adminhtml/Product/Grid.php
===================================================================
diff -u -N -r2d368d0134597257ef5697a4bcbb7f69f2aebed8 -rb80bd55e96f26b745f878169b7ab20af1a0a2a8c
--- app/code/Magento/Catalog/Block/Adminhtml/Product/Grid.php (.../Grid.php) (revision 2d368d0134597257ef5697a4bcbb7f69f2aebed8)
+++ app/code/Magento/Catalog/Block/Adminhtml/Product/Grid.php (.../Grid.php) (revision b80bd55e96f26b745f878169b7ab20af1a0a2a8c)
@@ -114,8 +114,6 @@
*/
protected function _prepareCollection()
{
- parent::_prepareCollection();
-
$store = $this->_getStore();
$collection = $this->_productFactory->create()->getCollection()->addAttributeToSelect(
'sku'
@@ -184,6 +182,9 @@
$this->setCollection($collection);
$this->getCollection()->addWebsiteNamesToResult();
+
+ parent::_prepareCollection();
+
return $this;
} |
@slavvka Forgive my noob question, but how do I use this patch? I am not using composer to update off of the github repo. Can I simply manually add the changes to the files? |
@Ctucker9233 yes you can |
[South] Bug fixes backport to 2.1.3 - MAGETWO-56936 [Backport] [Github] Allowed countries for customer address in admin using storeview configuration #2946 - for 2.1 - MAGETWO-57187 [Backport] Captcha JS Error on CMS pages with layout is set to empty - 2.1 - MAGETWO-56742 [GitHub] Sorting & Filters not functioning on New Review page. #5391
Fixed Issues: - MC-30925: Customer group API update
Steps to reproduce
Expected result
Actual result
1.Sorting & Filtering is not working.
The text was updated successfully, but these errors were encountered: