We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6078cd commit 17354c9Copy full SHA for 17354c9
app/genres/fiori-service.cds
@@ -8,7 +8,7 @@ using AdminService from '../../srv/admin-service';
8
annotate AdminService.GenreHierarchy with @Aggregation.RecursiveHierarchy#GenreHierarchy: {
9
$Type: 'Aggregation.RecursiveHierarchyType',
10
NodeProperty: ID, // identifies a node
11
- ParentNavigationProperty: parnt // navigates to a node's parent
+ ParentNavigationProperty: parent // navigates to a node's parent
12
};
13
14
annotate AdminService.GenreHierarchy with @Hierarchy.RecursiveHierarchy#GenreHierarchy: {
@@ -20,4 +20,4 @@ annotate AdminService.GenreHierarchy with @Aggregation.RecursiveHierarchy#GenreH
20
Matched: Matched,
21
MatchedDescendantCount: MatchedDescendantCount,
22
LimitedRank: LimitedRank
23
-};
+};
0 commit comments