Manage Books: Show Genre as drop-down (#511)
This commit is contained in:
@@ -81,3 +81,6 @@ extend service AdminService {
|
|||||||
|
|
||||||
// Workaround for Fiori popup for asking user to enter a new UUID on Create
|
// Workaround for Fiori popup for asking user to enter a new UUID on Create
|
||||||
annotate AdminService.Books with { ID @Core.Computed; }
|
annotate AdminService.Books with { ID @Core.Computed; }
|
||||||
|
|
||||||
|
// Show Genre as drop down, not a dialog
|
||||||
|
annotate AdminService.Books with { genre @Common.ValueListWithFixedValues; }
|
||||||
|
|||||||
Reference in New Issue
Block a user