Merge pull request #3915 from jitendra-webkul/master

Issue #3909 fixed
This commit is contained in:
Jitendra Singh 2020-09-08 12:36:41 +05:30 committed by GitHub
commit 9a7315a4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -58,10 +58,24 @@
* #3861 [fixed] - Payment Instruction is not implemented for velocity theme
* #3862 [fixed] - Fix Payment Instruction view in checkout page
* #3866 [fixed] - Compare icon is not coming in mobile view as well as layout issue on compare page in mobile view(default theme)
* #3871 [fixed] - downloadable sample link issue in RTL
* #3872 [fixed] - customer profile section having bug in mobile view for default theme
* #3878 [fixed] - Search by name doesn't work when sending a request via API
* #3889 [fixed] - default compare icon should be enabled in french also
* #3890 [fixed] - Add validation at admin end for bundle items qty
* #3894 [fixed] - Customer is not able to increase or decrease the qty of downloadable product from cart in default theme
* #3900 [fixed] - layout issue on cart page in ar (Default theme)
## **v1.2.0-BETA1 (18th of August 2020)** - *Release*

View File

@ -78,7 +78,7 @@ class ProductDataGrid extends DataGrid
$queryBuilder->whereIn('product_flat.locale', $whereInLocales);
$queryBuilder->whereIn('product_flat.channel', $whereInChannels);
$queryBuilder->whereNotNull('product_flat.name');
// $queryBuilder->whereNotNull('product_flat.name');
$this->addFilter('product_id', 'product_flat.product_id');
$this->addFilter('product_name', 'product_flat.name');