File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ entity ChangeLog : managed, cuid {
38
38
serviceEntity : String @ title : ' {i18n>ChangeLog.serviceEntity} ' ; // definition name of target entity (on service level) - e.g. ProcessorsService.Incidents
39
39
entity : String @ title : ' {i18n>ChangeLog.entity} ' ; // definition name of target entity (on db level) - e.g. sap.capire.incidents.Incidents
40
40
entityKey : UUID @ title : ' {i18n>ChangeLog.entityKey} ' ; // primary key of target entity, e.g. Incidents.ID
41
- createdAt : managed : createdAt ;
42
- createdBy : managed : createdBy ;
41
+ createdAt : managed : createdAt @ title : ' On ' ;
42
+ createdBy : managed : createdBy @ title : ' By ' ;
43
43
changes : Composition of many Changes on changes .changeLog = $self ;
44
44
}
45
45
@@ -92,7 +92,7 @@ annotate ChangeView with @(UI: {
92
92
},
93
93
LineItem : [
94
94
{ Value : modification , @ HTML5 . CssDefaults : {width : ' 9em ' } },
95
- { Value : createdAt , @ HTML5 . CssDefaults : {width : ' 11em ' } },
95
+ { Value : createdAt , @ HTML5 . CssDefaults : {width : ' 12em ' } },
96
96
{ Value : createdBy , @ HTML5 . CssDefaults : {width : ' 9em ' } },
97
97
{ Value : objectID , @ HTML5 . CssDefaults : {width : ' 14em ' } },
98
98
{ Value : parentObjectID , @ HTML5 . CssDefaults : {width : ' 14em ' } },
You can’t perform that action at this time.
0 commit comments