Fiori app *Browse Books*: Add missing column labels (#420)

* Add labels for `rating` and `numberOfReviews`
* Add label for `currency.symbol`
* Add label for `descr`
* Add label for `image`

Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
This commit is contained in:
Pierre Fritsch
2022-11-08 14:26:48 +01:00
committed by GitHub
parent ad76c699c9
commit e4214b0e40
4 changed files with 18 additions and 6 deletions

View File

@@ -52,9 +52,6 @@ annotate CatalogService.Books with @(UI : {
},
{Value : genre.name},
{Value : price},
{
Value : currency.symbol,
Label : ' '
},
{Value : currency.symbol},
]
}, );