Skip to content

Commit 67c220f

Browse files
committed
moved administrative data to the bottom
1 parent 2e09a49 commit 67c220f

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
@@ -26,16 +26,16 @@ annotate AdminService.Books with @(UI : {
2626
Label : '{i18n>Details}',
2727
Target : '@UI.FieldGroup#Details'
2828
},
29-
{
30-
$Type : 'UI.ReferenceFacet',
31-
Label : '{i18n>Admin}',
32-
Target : '@UI.FieldGroup#Admin'
33-
},
3429
{
3530
$Type : 'UI.ReferenceFacet',
3631
ID : 'AttachmentsFacet',
3732
Label : '{i18n>covers}',
3833
Target : 'covers/@UI.LineItem'
34+
},
35+
{
36+
$Type : 'UI.ReferenceFacet',
37+
Label : '{i18n>Admin}',
38+
Target : '@UI.FieldGroup#Admin'
3939
}
4040
],
4141
FieldGroup #General : {Data : [

0 commit comments

Comments
 (0)