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

Commit 05cdb67

Browse files
committed
Fixed: books title was missing
1 parent 4877386 commit 05cdb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookshop/srv/cat-service.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ service CatalogService @(path:'/browse') {
33

44
/** For displaying lists of Books */
55
@readonly entity ListOfBooks as projection on Books {
6-
ID, author, genre, price, currency
6+
ID, title, author, genre, price, currency
77
}
88

99
/** For display in details pages */

0 commit comments

Comments
 (0)