updated commerce products admin views
This commit is contained in:
parent
53beb7b00a
commit
2cf3667129
|
@ -14,4 +14,5 @@ digraph commerce {
|
||||||
materio_product_variation_type -> materio_order_item_type
|
materio_product_variation_type -> materio_order_item_type
|
||||||
materio_product_type -> materio_product_variation_type
|
materio_product_type -> materio_product_variation_type
|
||||||
materio_product_license_type -> materio_product_licence_variatio
|
materio_product_license_type -> materio_product_licence_variatio
|
||||||
|
materio_product_license_type -> materio_product_variation_type
|
||||||
}
|
}
|
|
@ -3,6 +3,7 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- commerce_product.commerce_product_type.materio_product_license_type
|
||||||
- commerce_product.commerce_product_type.materio_product_type
|
- commerce_product.commerce_product_type.materio_product_type
|
||||||
module:
|
module:
|
||||||
- commerce
|
- commerce
|
||||||
|
@ -407,6 +408,7 @@ display:
|
||||||
plugin_id: commerce_entity_bundle
|
plugin_id: commerce_entity_bundle
|
||||||
operator: in
|
operator: in
|
||||||
value:
|
value:
|
||||||
|
materio_product_license_type: materio_product_license_type
|
||||||
materio_product_type: materio_product_type
|
materio_product_type: materio_product_type
|
||||||
group: 1
|
group: 1
|
||||||
exposed: false
|
exposed: false
|
||||||
|
|
Loading…
Reference in New Issue