File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
app/code/Magento/PageBuilderAnalytics/etc Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 18
18
</report >
19
19
<report name =" pagebuilder-product" connection =" default" >
20
20
<source name =" catalog_product_entity_text" >
21
+ <link-source name =" eav_attribute" >
22
+ <attribute name =" attribute_id" />
23
+ <filter glue =" and" >
24
+ <condition attribute =" attribute_code" operator =" eq" >description</condition >
25
+ </filter >
26
+ </link-source >
21
27
<attribute name =" attribute_id" />
22
28
<attribute name =" value" />
23
- <filter glue =" and" >
24
- <condition attribute =" attribute_id" operator =" eq" >75</condition >
25
- </filter >
26
29
</source >
27
30
</report >
28
31
<report name =" pagebuilder-category" connection =" default" >
29
32
<source name =" catalog_category_entity_text" >
33
+ <link-source name =" eav_attribute" >
34
+ <attribute name =" attribute_id" />
35
+ <filter glue =" and" >
36
+ <condition attribute =" attribute_code" operator =" eq" >description</condition >
37
+ </filter >
38
+ </link-source >
30
39
<attribute name =" attribute_id" />
31
40
<attribute name =" value" />
32
- <filter glue =" and" >
33
- <condition attribute =" attribute_id" operator =" eq" >75</condition >
34
- </filter >
35
41
</source >
36
42
</report >
37
43
</config >
You can’t perform that action at this time.
0 commit comments