Skip to content

Commit 2d8f6f8

Browse files
agoerleretimr
andauthored
Fix value help (#398)
Co-authored-by: D070615 <[email protected]>
1 parent cb392f7 commit 2d8f6f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/admin/fiori-service.cds

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ annotate AdminService.Books with {
6969
{
7070
$Type : 'Common.ValueListParameterDisplayOnly',
7171
ValueListProperty: 'name',
72-
}
72+
},
73+
{
74+
$Type : 'Common.ValueListParameterInOut',
75+
LocalDataProperty: genre_ID,
76+
ValueListProperty: 'ID',
77+
}
7378
],
7479
PresentationVariantQualifier: 'VH',
7580
}

0 commit comments

Comments
 (0)