Manage Books: Show Genre as drop-down (#511)

This commit is contained in:
Pierre Fritsch
2023-05-24 15:54:12 +02:00
committed by GitHub
parent f3a8bd6a96
commit 3d58e0006f

View File

@@ -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; }