Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 666001d

Browse files
PierreFritschchgeo
andauthored
Filter criteria: Display the Genre name (#421)
Co-authored-by: Christian Georgi <[email protected]>
1 parent e4214b0 commit 666001d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fiori/app/common.cds

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ annotate my.Genres with @(
8787
}
8888
);
8989

90+
annotate my.Genres with {
91+
ID @Common.Text : name @Common.TextArrangement : #TextOnly;
92+
}
93+
9094
////////////////////////////////////////////////////////////////////////////
9195
//
9296
// Genre Details

0 commit comments

Comments
 (0)