Fiori apps with manage authors

Signed-off-by: Daniel <daniel.hutzel@sap.com>
This commit is contained in:
Daniel
2021-11-24 19:33:13 +01:00
committed by Daniel Hutzel
parent 19b680ab3d
commit 756ed48ce3
12 changed files with 74 additions and 75 deletions

View File

@@ -8,7 +8,7 @@ annotate CatalogService.Books with @(UI : {
HeaderInfo : {
TypeName : 'Book',
TypeNamePlural : 'Books',
Description : {Value : authorName}
Description : {Value : author}
},
HeaderFacets : [{
$Type : 'UI.ReferenceFacet',
@@ -47,7 +47,7 @@ annotate CatalogService.Books with @(UI : {
Label : '{i18n>Title}'
},
{
Value : author.ID,
Value : author,
Label : '{i18n>Author}'
},
{Value : genre.name},