@@ -7,7 +7,7 @@ namespace sap.changelog;
7
7
aspect aspect @ (UI . Facets : [{
8
8
$Type : ' UI.ReferenceFacet ' ,
9
9
ID : ' ChangeHistoryFacet ' ,
10
- Label : ' {i18n>ChangeHistoryList } ' ,
10
+ Label : ' {i18n>ChangeHistory } ' ,
11
11
Target : ' changes/@UI.PresentationVariant ' ,
12
12
//TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
13
13
//![@UI.PartOfPreview]: false
@@ -93,17 +93,15 @@ annotate ChangeView with @(UI: {
93
93
}],
94
94
},
95
95
LineItem : [
96
- { Value : modification , @ HTML5 . CssDefaults : {width : ' 6 %' } },
96
+ { Value : modification , @ HTML5 . CssDefaults : {width : ' 9 %' } },
97
97
{ Value : createdAt , @ HTML5 . CssDefaults : {width : ' 12% ' } },
98
98
{ Value : createdBy , @ HTML5 . CssDefaults : {width : ' 9% ' } },
99
99
{ Value : objectID , @ HTML5 . CssDefaults : {width : ' 14% ' } },
100
100
{ Value : parentObjectID , @ HTML5 . CssDefaults : {width : ' 14% ' } },
101
101
{ Value : attribute , @ HTML5 . CssDefaults : {width : ' 9% ' } },
102
102
{ Value : valueChangedTo , @ HTML5 . CssDefaults : {width : ' 11% ' } },
103
103
{ 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% ' } },
107
105
],
108
106
DeleteHidden : true ,
109
107
});
0 commit comments