Skip to content

Commit 17354c9

Browse files
committed
fix annotation
1 parent a6078cd commit 17354c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/genres/fiori-service.cds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using AdminService from '../../srv/admin-service';
88
annotate AdminService.GenreHierarchy with @Aggregation.RecursiveHierarchy#GenreHierarchy: {
99
$Type: 'Aggregation.RecursiveHierarchyType',
1010
NodeProperty: ID, // identifies a node
11-
ParentNavigationProperty: parnt // navigates to a node's parent
11+
ParentNavigationProperty: parent // navigates to a node's parent
1212
};
1313

1414
annotate AdminService.GenreHierarchy with @Hierarchy.RecursiveHierarchy#GenreHierarchy: {
@@ -20,4 +20,4 @@ annotate AdminService.GenreHierarchy with @Aggregation.RecursiveHierarchy#GenreH
2020
Matched: Matched,
2121
MatchedDescendantCount: MatchedDescendantCount,
2222
LimitedRank: LimitedRank
23-
};
23+
};

0 commit comments

Comments
 (0)