add Author ID column
This commit is contained in:
@@ -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}'
|
||||||
|
|||||||
@@ -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}'
|
||||||
|
|||||||
Reference in New Issue
Block a user