Skip to content

Commit 2e85b8b

Browse files
committed
fixed wrong target
1 parent 298d31b commit 2e85b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/fiori-service.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ annotate AdminService.Books with @(UI : {
3535
$Type : 'UI.ReferenceFacet',
3636
ID : 'AttachmentsFacet',
3737
Label : '{i18n>attachmentsAndLinks}',
38-
Target : 'attachments/@UI.LineItem'
38+
Target : 'covers/@UI.LineItem'
3939
}
4040
],
4141
FieldGroup #General : {Data : [

0 commit comments

Comments
 (0)