We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e09a49 commit 67c220fCopy full SHA for 67c220f
app/admin/fiori-service.cds
@@ -26,16 +26,16 @@ annotate AdminService.Books with @(UI : {
26
Label : '{i18n>Details}',
27
Target : '@UI.FieldGroup#Details'
28
},
29
- {
30
- $Type : 'UI.ReferenceFacet',
31
- Label : '{i18n>Admin}',
32
- Target : '@UI.FieldGroup#Admin'
33
- },
34
{
35
$Type : 'UI.ReferenceFacet',
36
ID : 'AttachmentsFacet',
37
Label : '{i18n>covers}',
38
Target : 'covers/@UI.LineItem'
+ },
+ {
+ $Type : 'UI.ReferenceFacet',
+ Label : '{i18n>Admin}',
+ Target : '@UI.FieldGroup#Admin'
39
}
40
],
41
FieldGroup #General : {Data : [
0 commit comments