Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cap-notebook/demoapp/app/admin-books/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@ annotate AdminService.Books with {
// Show Genre as drop down, not a dialog
annotate AdminService.Books with {
genre @Common.ValueListWithFixedValues;
}
}

annotate AdminService.Books.attachments with {
customProperty1 @Common.ValueListWithFixedValues;
}
Loading