This commit is contained in:
D065023
2020-04-15 08:10:19 +02:00
parent 570f7a82de
commit 3d150e8308

View File

@@ -10,7 +10,7 @@ using { sap.capire.bookshop as my } from '@capire/bookshop';
// Books Lists // Books Lists
// //
annotate my.Books with @( annotate my.Books with @(
Common.SemanticKey: [ID, title], Common.SemanticKey: [title],
UI: { UI: {
Identification: [{Value:title}], Identification: [{Value:title}],
SelectionFields: [ ID, author_ID, price, currency_code ], SelectionFields: [ ID, author_ID, price, currency_code ],