Skip to content

Commit

Permalink
Fix: ValueHelp Dialog (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: D070615 <[email protected]>
  • Loading branch information
etimr and OlenaTi authored Nov 26, 2024
1 parent 16c919d commit cb392f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/admin/fiori-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,16 @@ annotate AdminService.Books with {
ValueList: {
CollectionPath : 'GenreHierarchy',
Parameters : [
{
$Type : 'Common.ValueListParameterInOut',
LocalDataProperty: genre_ID,
ValueListProperty: 'ID',
},
{
$Type : 'Common.ValueListParameterDisplayOnly',
ValueListProperty: 'name',
}],
}
],
PresentationVariantQualifier: 'VH',
}
});
Expand Down

0 comments on commit cb392f7

Please sign in to comment.