Skip to content

Commit

Permalink
Merge pull request bagisto#3915 from jitendra-webkul/master
Browse files Browse the repository at this point in the history
Issue bagisto#3909 fixed
  • Loading branch information
jitendra-webkul authored Sep 8, 2020
2 parents eae2858 + b6001fb commit 9a7315a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG for v1.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function prepareQueryBuilder()

$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');
Expand Down

0 comments on commit 9a7315a

Please sign in to comment.