Fiori: Show and edit author name instead of its ID
Same for genre
This commit is contained in:
committed by
Christian Georgi
parent
0e27923739
commit
278b9ebf7f
@@ -60,10 +60,11 @@ annotate my.Books with {
|
||||
ID @title:'{i18n>ID}' @UI.HiddenFilter;
|
||||
title @title:'{i18n>Title}';
|
||||
genre @title:'{i18n>Genre}';
|
||||
author @title:'{i18n>AuthorID}';
|
||||
author @title:'{i18n>Author}' @Common: { Text: author.name, TextArrangement: #TextOnly };
|
||||
price @title:'{i18n>Price}';
|
||||
stock @title:'{i18n>Stock}';
|
||||
descr @UI.MultiLineText;
|
||||
genre @Common: { Text: genre.name, TextArrangement: #TextOnly };
|
||||
}
|
||||
|
||||
annotate my.Genres with {
|
||||
|
||||
Reference in New Issue
Block a user