File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed
app/code/Magento/PageBuilderAnalytics/etc Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 24
24
</reportProvider >
25
25
</providers >
26
26
</file >
27
- <file name =" pagebuilder_product" >
28
- <providers >
29
- <reportProvider name =" pagebuilder_product" class =" Magento\Analytics\ReportXml\ReportProvider" >
30
- <parameters >
31
- <name >pagebuilder_product</name >
32
- </parameters >
33
- </reportProvider >
34
- </providers >
35
- </file >
36
27
<file name =" pagebuilder_category" >
37
28
<providers >
38
29
<reportProvider name =" pagebuilder_category" class =" Magento\Analytics\ReportXml\ReportProvider" >
42
33
</reportProvider >
43
34
</providers >
44
35
</file >
45
- <file name =" pagebuilder_attributes " >
36
+ <file name =" pagebuilder_product_attributes " >
46
37
<providers >
47
- <reportProvider name =" pagebuilder_attributes " class =" Magento\Analytics\ReportXml\ReportProvider" >
38
+ <reportProvider name =" pagebuilder_product_attributes " class =" Magento\Analytics\ReportXml\ReportProvider" >
48
39
<parameters >
49
- <name >pagebuilder_attributes </name >
40
+ <name >pagebuilder_product_attributes </name >
50
41
</parameters >
51
42
</reportProvider >
52
43
</providers >
Original file line number Diff line number Diff line change 21
21
<attribute name =" is_active" />
22
22
</source >
23
23
</report >
24
- <report name =" pagebuilder_product" connection =" default" >
25
- <source name =" catalog_product_entity_text" >
26
- <link-source name =" eav_attribute" link-type =" inner" >
27
- <using glue =" and" >
28
- <condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
29
- <condition attribute =" attribute_code" operator =" eq" >description</condition >
30
- </using >
31
- </link-source >
32
- <attribute name =" attribute_id" />
33
- <attribute name =" value" />
34
- </source >
35
- </report >
36
24
<report name =" pagebuilder_category" connection =" default" >
37
25
<source name =" catalog_category_entity_text" >
38
26
<link-source name =" eav_attribute" link-type =" inner" >
45
33
<attribute name =" value" />
46
34
</source >
47
35
</report >
48
- <report name =" pagebuilder_attributes " connection =" default" >
36
+ <report name =" pagebuilder_product_attributes " connection =" default" >
49
37
<source name =" catalog_product_entity_text" >
50
38
<link-source name =" eav_attribute" link-type =" inner" >
39
+ <attribute name =" attribute_code" />
51
40
<using glue =" and" >
52
41
<condition attribute =" attribute_id" operator =" eq" type =" identifier" >attribute_id</condition >
53
- <condition attribute =" attribute_code" operator =" neq" >description</condition >
54
42
</using >
55
43
</link-source >
56
44
<link-source name =" catalog_eav_attribute" link-type =" inner" >
You can’t perform that action at this time.
0 commit comments