Skip to content

Commit

Permalink
Fix value help (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: D070615 <[email protected]>
  • Loading branch information
agoerler and OlenaTi authored Nov 26, 2024
1 parent cb392f7 commit 2d8f6f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/admin/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ annotate AdminService.Books with {
{
$Type : 'Common.ValueListParameterDisplayOnly',
ValueListProperty: 'name',
}
},
{
$Type : 'Common.ValueListParameterInOut',
LocalDataProperty: genre_ID,
ValueListProperty: 'ID',
}
],
PresentationVariantQualifier: 'VH',
}
Expand Down

0 comments on commit 2d8f6f8

Please sign in to comment.