show ID in LineItem
This commit is contained in:
@@ -42,10 +42,12 @@ annotate CatalogService.Books with @(UI : {
|
|||||||
currency_code
|
currency_code
|
||||||
],
|
],
|
||||||
LineItem : [
|
LineItem : [
|
||||||
{Value : title},
|
|
||||||
{Value : author.ID},
|
|
||||||
{
|
{
|
||||||
Value : authorName,
|
Value : ID,
|
||||||
|
Label : '{i18n>Title}'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Value : author.ID,
|
||||||
Label : '{i18n>Author}'
|
Label : '{i18n>Author}'
|
||||||
},
|
},
|
||||||
{Value : genre.name},
|
{Value : genre.name},
|
||||||
|
|||||||
Reference in New Issue
Block a user