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

Commit 3d58e00

Browse files
Manage Books: Show Genre as drop-down (#511)
1 parent f3a8bd6 commit 3d58e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fiori/app/admin-books/fiori-service.cds

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ extend service AdminService {
8181

8282
// Workaround for Fiori popup for asking user to enter a new UUID on Create
8383
annotate AdminService.Books with { ID @Core.Computed; }
84+
85+
// Show Genre as drop down, not a dialog
86+
annotate AdminService.Books with { genre @Common.ValueListWithFixedValues; }

0 commit comments

Comments
 (0)