Skip to content

Commit

Permalink
Manage Books: Show Genre as drop-down (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreFritsch committed May 24, 2023
1 parent f3a8bd6 commit 3d58e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fiori/app/admin-books/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ extend service AdminService {

// Workaround for Fiori popup for asking user to enter a new UUID on Create
annotate AdminService.Books with { ID @Core.Computed; }

// Show Genre as drop down, not a dialog
annotate AdminService.Books with { genre @Common.ValueListWithFixedValues; }

0 comments on commit 3d58e00

Please sign in to comment.