From cd914a8d872cbc1e7f398dffd2cddf561c47d89b Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Sat, 13 Nov 2021 00:41:48 +0100 Subject: [PATCH] show ID in LineItem --- fiori/app/browse/fiori-service.cds | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fiori/app/browse/fiori-service.cds b/fiori/app/browse/fiori-service.cds index a74d749f..486d706c 100644 --- a/fiori/app/browse/fiori-service.cds +++ b/fiori/app/browse/fiori-service.cds @@ -42,10 +42,12 @@ annotate CatalogService.Books with @(UI : { currency_code ], LineItem : [ - {Value : title}, - {Value : author.ID}, { - Value : authorName, + Value : ID, + Label : '{i18n>Title}' + }, + { + Value : author.ID, Label : '{i18n>Author}' }, {Value : genre.name},