Skip to content

Commit 92e496f

Browse files
authored
Cosmetics (#22)
1 parent 64df710 commit 92e496f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.cds

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace sap.changelog;
77
aspect aspect @(UI.Facets: [{
88
$Type : 'UI.ReferenceFacet',
99
ID : 'ChangeHistoryFacet',
10-
Label : '{i18n>ChangeHistoryList}',
10+
Label : '{i18n>ChangeHistory}',
1111
Target: 'changes/@UI.PresentationVariant',
1212
//TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
1313
//![@UI.PartOfPreview]: false
@@ -93,17 +93,15 @@ annotate ChangeView with @(UI: {
9393
}],
9494
},
9595
LineItem : [
96-
{ Value: modification, @HTML5.CssDefaults: {width:'6%'} },
96+
{ Value: modification, @HTML5.CssDefaults: {width:'9%'} },
9797
{ Value: createdAt, @HTML5.CssDefaults: {width:'12%'} },
9898
{ Value: createdBy, @HTML5.CssDefaults: {width:'9%'} },
9999
{ Value: objectID, @HTML5.CssDefaults: {width:'14%'} },
100100
{ Value: parentObjectID, @HTML5.CssDefaults: {width:'14%'} },
101101
{ Value: attribute, @HTML5.CssDefaults: {width:'9%'} },
102102
{ Value: valueChangedTo, @HTML5.CssDefaults: {width:'11%'} },
103103
{ Value: valueChangedFrom, @HTML5.CssDefaults: {width:'11%'} },
104-
// IMPORTANT: If we omit field 'entity' below, objectID and parentObjetId are empty in the UI
105-
// REVISIT: Find out and eliminate the reason for that
106-
{ Value: entity, @HTML5.CssDefaults: {width:'14%'} },
104+
{ Value: entity, @HTML5.CssDefaults: {width:'11%'} },
107105
],
108106
DeleteHidden : true,
109107
});

0 commit comments

Comments
 (0)