Skip to content

Commit 426e510

Browse files
Delete @title for 'createdAt' and 'createdBy'. (#73)
Co-authored-by: I560824 <[email protected]> Co-authored-by: Nick Josipovic <[email protected]>
1 parent 20458f3 commit 426e510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.cds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ entity ChangeLog : managed, cuid {
4040
serviceEntity : String @title: '{i18n>ChangeLog.serviceEntity}'; // definition name of target entity (on service level) - e.g. ProcessorsService.Incidents
4141
entity : String @title: '{i18n>ChangeLog.entity}'; // definition name of target entity (on db level) - e.g. sap.capire.incidents.Incidents
4242
entityKey : UUID @title: '{i18n>ChangeLog.entityKey}'; // primary key of target entity, e.g. Incidents.ID
43-
createdAt : managed:createdAt @title: 'On';
44-
createdBy : managed:createdBy @title: 'By';
43+
createdAt : managed:createdAt;
44+
createdBy : managed:createdBy;
4545
changes : Composition of many Changes on changes.changeLog = $self;
4646
}
4747

0 commit comments

Comments
 (0)