Skip to content

Commit 357611e

Browse files
authored
UI: Hide ID in ValueHelp (#399)
Co-authored-by: D070615 <[email protected]>
1 parent 1a037e3 commit 357611e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/admin/fiori-service.cds

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ annotate AdminService.Books with {
7676
});
7777
}
7878

79+
// Hide ID because of the ValueHelp
80+
annotate AdminService.GenreHierarchy with {
81+
ID @UI.Hidden;
82+
};
83+
7984
annotate AdminService.GenreHierarchy with @UI: {
8085
PresentationVariant #VH: {
8186
$Type : 'UI.PresentationVariantType',

0 commit comments

Comments
 (0)