add Author ID column

This commit is contained in:
Gregor Wolf
2021-11-12 23:46:41 +01:00
parent 14024a4837
commit 0093883f25
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ annotate CatalogService.Books with @(UI : {
], ],
LineItem : [ LineItem : [
{Value : title}, {Value : title},
{Value : author.ID},
{ {
Value : authorName, Value : authorName,
Label : '{i18n>Author}' Label : '{i18n>Author}'

View File

@@ -22,6 +22,7 @@ annotate my.Books with @(
LineItem : [ LineItem : [
{Value : ID}, {Value : ID},
{Value : title}, {Value : title},
{Value : author.ID},
{ {
Value : author.name, Value : author.name,
Label : '{i18n>Author}' Label : '{i18n>Author}'