From 0093883f2553a665db772dc377a67482fc615de1 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Fri, 12 Nov 2021 23:46:41 +0100 Subject: [PATCH] add Author ID column --- fiori/app/browse/fiori-service.cds | 1 + fiori/app/common.cds | 1 + 2 files changed, 2 insertions(+) diff --git a/fiori/app/browse/fiori-service.cds b/fiori/app/browse/fiori-service.cds index 786a7864..a74d749f 100644 --- a/fiori/app/browse/fiori-service.cds +++ b/fiori/app/browse/fiori-service.cds @@ -43,6 +43,7 @@ annotate CatalogService.Books with @(UI : { ], LineItem : [ {Value : title}, + {Value : author.ID}, { Value : authorName, Label : '{i18n>Author}' diff --git a/fiori/app/common.cds b/fiori/app/common.cds index eef74492..d100c507 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -22,6 +22,7 @@ annotate my.Books with @( LineItem : [ {Value : ID}, {Value : title}, + {Value : author.ID}, { Value : author.name, Label : '{i18n>Author}'