Skip to content

Commit

Permalink
Delete @title for 'createdAt' and 'createdBy'. (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: I560824 <wenjun.zheng@sap.com>
Co-authored-by: Nick Josipovic <nick.josipovic@gmail.com>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 20458f3 commit 426e510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ entity ChangeLog : managed, cuid {
serviceEntity : String @title: '{i18n>ChangeLog.serviceEntity}'; // definition name of target entity (on service level) - e.g. ProcessorsService.Incidents
entity : String @title: '{i18n>ChangeLog.entity}'; // definition name of target entity (on db level) - e.g. sap.capire.incidents.Incidents
entityKey : UUID @title: '{i18n>ChangeLog.entityKey}'; // primary key of target entity, e.g. Incidents.ID
createdAt : managed:createdAt @title: 'On';
createdBy : managed:createdBy @title: 'By';
createdAt : managed:createdAt;
createdBy : managed:createdBy;
changes : Composition of many Changes on changes.changeLog = $self;
}

Expand Down

0 comments on commit 426e510

Please sign in to comment.