Skip to content

Commit 2a2543e

Browse files
committed
quick fix
1 parent cd6363c commit 2a2543e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/admin/fiori-service.cds

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ annotate AdminService.Books with {
6161
ValueList: {
6262
CollectionPath : 'GenreHierarchy',
6363
Parameters : [
64+
{
65+
$Type : 'Common.ValueListParameterDisplayOnly',
66+
ValueListProperty: 'name',
67+
},
6468
{
6569
$Type : 'Common.ValueListParameterInOut',
6670
LocalDataProperty: genre_ID,
6771
ValueListProperty: 'ID',
68-
},
69-
{
70-
$Type : 'Common.ValueListParameterDisplayOnly',
71-
ValueListProperty: 'name',
72-
}
72+
}
7373
],
7474
PresentationVariantQualifier: 'VH',
7575
}

0 commit comments

Comments
 (0)