Skip to content

Commit cd6363c

Browse files
committed
List<GenreHierarchy>List<GenreHierarchy>
1 parent 16c919d commit cd6363c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/admin/fiori-service.cds

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,16 @@ annotate AdminService.Books with {
6161
ValueList: {
6262
CollectionPath : 'GenreHierarchy',
6363
Parameters : [
64+
{
65+
$Type : 'Common.ValueListParameterInOut',
66+
LocalDataProperty: genre_ID,
67+
ValueListProperty: 'ID',
68+
},
6469
{
6570
$Type : 'Common.ValueListParameterDisplayOnly',
6671
ValueListProperty: 'name',
67-
}],
72+
}
73+
],
6874
PresentationVariantQualifier: 'VH',
6975
}
7076
});

0 commit comments

Comments
 (0)