From 666001d56484165879d68a224d88b6cc83015c61 Mon Sep 17 00:00:00 2001 From: Pierre Fritsch Date: Tue, 8 Nov 2022 14:28:36 +0100 Subject: [PATCH] Filter criteria: Display the Genre name (#421) Co-authored-by: Christian Georgi --- fiori/app/common.cds | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fiori/app/common.cds b/fiori/app/common.cds index 912fe190..3e5f748a 100644 --- a/fiori/app/common.cds +++ b/fiori/app/common.cds @@ -87,6 +87,10 @@ annotate my.Genres with @( } ); +annotate my.Genres with { + ID @Common.Text : name @Common.TextArrangement : #TextOnly; +} + //////////////////////////////////////////////////////////////////////////// // // Genre Details