Fix variations table product filter (https://github.com/woocommerce/woocommerce-admin/pull/8120)
* Fix variations table product filter query * Add changelogs
This commit is contained in:
parent
f47a5c7898
commit
b9d788c457
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: Fix
|
||||
|
||||
Fix variations table product filter query. #8120
|
|
@ -272,7 +272,7 @@ class VariationsReportTable extends Component {
|
|||
orderby: query.orderby || 'items_sold',
|
||||
order: query.order || 'desc',
|
||||
extended_info: true,
|
||||
product_includes: query.products,
|
||||
product_includes: query.product_includes,
|
||||
variations: query.variations,
|
||||
} }
|
||||
title={ __( 'Variations', 'woocommerce-admin' ) }
|
||||
|
|
Loading…
Reference in New Issue