diff --git a/fiori/app/common.cds b/fiori/app/common.cds index 5890b2d9..2cbdd162 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -59,12 +59,11 @@ annotate my.Books with @( annotate my.Books with { ID @title:'{i18n>ID}' @UI.HiddenFilter; title @title:'{i18n>Title}'; - genre @title:'{i18n>Genre}'; + genre @title:'{i18n>Genre}' @Common: { Text: genre.name, TextArrangement: #TextOnly }; 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 {