add Author ID column
This commit is contained in:
@@ -43,6 +43,7 @@ annotate CatalogService.Books with @(UI : {
|
||||
],
|
||||
LineItem : [
|
||||
{Value : title},
|
||||
{Value : author.ID},
|
||||
{
|
||||
Value : authorName,
|
||||
Label : '{i18n>Author}'
|
||||
|
||||
@@ -22,6 +22,7 @@ annotate my.Books with @(
|
||||
LineItem : [
|
||||
{Value : ID},
|
||||
{Value : title},
|
||||
{Value : author.ID},
|
||||
{
|
||||
Value : author.name,
|
||||
Label : '{i18n>Author}'
|
||||
|
||||
Reference in New Issue
Block a user