Skip to content

Commit ba3b695

Browse files
committed
TNT-940 Fix sorts in layout fixture
1 parent b385508 commit ba3b695

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

tests-support/fixtures/demo_declarative_hierarchy.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -988,16 +988,15 @@
988988
}
989989
}
990990
],
991-
"properties": {
992-
"sortItems": [
991+
"properties": {},
992+
"sorts": [
993993
{
994994
"attributeSortItem": {
995995
"attributeIdentifier": "7a4045fd00ac44579f52406df679435f",
996996
"direction": "asc"
997997
}
998998
}
999-
]
1000-
},
999+
],
10011000
"version": "2",
10021001
"visualizationUrl": "local:table"
10031002
},
@@ -1663,16 +1662,15 @@
16631662
}
16641663
}
16651664
],
1666-
"properties": {
1667-
"sortItems": [
1665+
"properties": {},
1666+
"sorts": [
16681667
{
1669-
"attributeSortItem": {
1670-
"attributeIdentifier": "06bc6b3b9949466494e4f594c11f1bff",
1671-
"direction": "asc"
1672-
}
1668+
"attributeSortItem": {
1669+
"attributeIdentifier": "06bc6b3b9949466494e4f594c11f1bff",
1670+
"direction": "asc"
1671+
}
16731672
}
1674-
]
1675-
},
1673+
],
16761674
"version": "2",
16771675
"visualizationUrl": "local:table"
16781676
},

0 commit comments

Comments
 (0)