Skip to content

Commit 5495e0c

Browse files
author
Roman Ganin
committed
MAGETWO-42579: [VM] Error if save Smart Category Rule [Dragons Repo]
1 parent 8937e8d commit 5495e0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/SampleData/fixtures/Catalog/categories.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name,url_key,path,active,is_anchor,include_in_menu,position,display_mode,custom_layout_update
2-
Gear,gear,,1,0,1,4,PAGE,"<remove name=""catalog.leftnav""/>"
2+
Gear,gear,,1,0,1,4,PAGE,"<referenceContainer name=""catalog.leftnav"" remove=""true""/>"
33
Bags,bags,Gear,1,1,1,,,
44
"Fitness Equipment",fitness-equipment,Gear,1,1,1,,,
55
Watches,watches,Gear,1,1,1,,,

app/code/Magento/SampleData/fixtures/ConfigurableProduct/categories.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name,url_key,path,active,is_anchor,include_in_menu,position,display_mode,custom_layout_update
2-
Men,men,,1,0,1,3,PAGE,"<remove name=""catalog.leftnav""/>"
2+
Men,men,,1,0,1,3,PAGE,"<referenceContainer name=""catalog.leftnav"" remove=""true""/>"
33
Tops,tops-men,Men,1,1,1,,,
44
Bottoms,bottoms-men,Men,1,1,1,,,
55
Jackets,jackets-men,Men/Tops,1,1,1,,,
@@ -8,7 +8,7 @@ Tees,tees-men,Men/Tops,1,1,1,,,
88
Tanks,tanks-men,Men/Tops,1,1,1,,,
99
Pants,pants-men,Men/Bottoms,1,1,1,,,
1010
Shorts,shorts-men,Men/Bottoms,1,1,1,,,
11-
Women,women,,1,0,1,2,PAGE,"<remove name=""catalog.leftnav""/>"
11+
Women,women,,1,0,1,2,PAGE,"<referenceContainer name=""catalog.leftnav"" remove=""true""/>"
1212
Tops,tops-women,Women,1,1,1,,,
1313
Bottoms,bottoms-women,Women,1,1,1,,,
1414
Jackets,jackets-women,Women/Tops,1,1,1,,,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name,url_key,path,active,is_anchor,include_in_menu,position,display_mode,custom_layout_update,require_media
2-
Training,training,,1,0,1,5,PAGE,"<remove name=""catalog.leftnav""/>",1
2+
Training,training,,1,0,1,5,PAGE,"<referenceContainer name=""catalog.leftnav"" remove=""true""/>",1
33
"Video Download",training-video,Training,1,1,1,,,,1

0 commit comments

Comments
 (0)