File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
app/code/Magento/CatalogPageBuilderAnalytics/etc Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 28
28
</report >
29
29
<report name =" pagebuilder_product_attributes" connection =" default" >
30
30
<source name =" catalog_product_entity_text" >
31
- <attribute name =" value" alias =" content" group = " true " />
31
+ <attribute name =" value" alias =" content" />
32
32
<link-source name =" eav_attribute" link-type =" inner" >
33
33
<attribute name =" attribute_code" />
34
34
<using glue =" and" >
47
47
<condition attribute =" created_in" operator =" eq" >1</condition >
48
48
</using >
49
49
</link-source >
50
+ <link-source name =" catalog_product_super_link" link-type =" left" >
51
+ <using glue =" and" >
52
+ <condition attribute =" product_id" operator =" eq" type =" identifier" >row_id</condition >
53
+ </using >
54
+ <filter glue =" and" >
55
+ <condition attribute =" link_id" operator =" null" />
56
+ </filter >
57
+ </link-source >
50
58
<filter glue =" and" >
51
59
<condition attribute =" store_id" operator =" in" >0,1</condition >
52
60
</filter >
You can’t perform that action at this time.
0 commit comments