Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 6fa2aae

Browse files
fiori: rm unused hierarchy elements (#838)
1 parent 987611b commit 6fa2aae

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

fiori/app/common.cds

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,20 @@ aspect Hierarchy {
7979
LimitedDescendantCount : Integer64 = null;
8080
DistanceFromRoot : Integer64 = null;
8181
DrillState : String = null;
82-
Matched : Boolean = null;
83-
MatchedDescendantCount : Integer64 = null;
8482
LimitedRank : Integer64 = null;
8583
}
8684

8785
annotate Hierarchy with @Capabilities.FilterRestrictions.NonFilterableProperties: [
8886
'LimitedDescendantCount',
8987
'DistanceFromRoot',
9088
'DrillState',
91-
'Matched',
92-
'MatchedDescendantCount',
9389
'LimitedRank'
9490
];
9591

9692
annotate Hierarchy with @Capabilities.SortRestrictions.NonSortableProperties: [
9793
'LimitedDescendantCount',
9894
'DistanceFromRoot',
9995
'DrillState',
100-
'Matched',
101-
'MatchedDescendantCount',
10296
'LimitedRank'
10397
];
10498

@@ -121,8 +115,6 @@ annotate my.Genres with @Hierarchy.RecursiveHierarchy #GenreHierarchy: {
121115
LimitedDescendantCount: LimitedDescendantCount,
122116
DistanceFromRoot : DistanceFromRoot,
123117
DrillState : DrillState,
124-
Matched : Matched,
125-
MatchedDescendantCount: MatchedDescendantCount,
126118
LimitedRank : LimitedRank
127119
};
128120

0 commit comments

Comments
 (0)