Skip to content

Commit 169dcaa

Browse files
committed
small fix
1 parent 65592d8 commit 169dcaa

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

app/genres/fiori-service.cds

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ annotate AdminService.GenreHierarchy with @Aggregation.RecursiveHierarchy#AdminH
1818
DistanceFromRoot: DistanceFromRoot,
1919
DrillState: DrillState,
2020
Matched: Matched,
21-
MatchedDescendantCount: MatchedDescendantCount
21+
MatchedDescendantCount: MatchedDescendantCount,
22+
LimitedRank: LimitedRank
2223
};

app/genres/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<title>Browse Books</title>
7+
<title>Browse Genres</title>
88
<style>
99
html, body, body > div, #container, #container-uiarea {
1010
height: 100%;

db/undeploy.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)