File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
CatalogPageBuilderAnalytics/etc
CmsPageBuilderAnalytics/etc Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
</link-source >
18
18
<link-source name =" catalog_category_entity" link-type =" inner" >
19
19
<using glue =" and" >
20
- <condition attribute =" row_id " operator =" eq" type =" identifier" >row_id </condition >
20
+ <condition attribute =" entity_id " operator =" eq" type =" identifier" >entity_id </condition >
21
21
</using >
22
22
</link-source >
23
23
<filter glue =" and" >
42
42
</link-source >
43
43
<link-source name =" catalog_product_entity" link-type =" inner" >
44
44
<using glue =" and" >
45
- <condition attribute =" row_id " operator =" eq" type =" identifier" >row_id </condition >
45
+ <condition attribute =" entity_id " operator =" eq" type =" identifier" >entity_id </condition >
46
46
</using >
47
47
</link-source >
48
48
<link-source name =" catalog_product_super_link" link-type =" left" >
49
49
<using glue =" and" >
50
- <condition attribute =" product_id" operator =" eq" type =" identifier" >row_id </condition >
50
+ <condition attribute =" product_id" operator =" eq" type =" identifier" >entity_id </condition >
51
51
</using >
52
52
<filter glue =" and" >
53
53
<condition attribute =" link_id" operator =" null" />
Original file line number Diff line number Diff line change 11
11
<attribute name =" content" />
12
12
<link-source name =" cms_page_store" link-type =" inner" >
13
13
<using glue =" and" >
14
- <condition attribute =" row_id " operator =" eq" type =" identifier" >row_id </condition >
14
+ <condition attribute =" page_id " operator =" eq" type =" identifier" >page_id </condition >
15
15
<condition attribute =" store_id" operator =" in" >0,1</condition >
16
16
</using >
17
17
</link-source >
22
22
<attribute name =" content" />
23
23
<link-source name =" cms_block_store" link-type =" inner" >
24
24
<using glue =" and" >
25
- <condition attribute =" row_id " operator =" eq" type =" identifier" >row_id </condition >
25
+ <condition attribute =" block_id " operator =" eq" type =" identifier" >block_id </condition >
26
26
<condition attribute =" store_id" operator =" in" >0,1</condition >
27
27
</using >
28
28
</link-source >
You can’t perform that action at this time.
0 commit comments