Skip to content

Commit

Permalink
Fix showing ChangeLog.ID on UI (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: I560824 <wenjun.zheng@sap.com>
  • Loading branch information
nkaputnik and Sv7enNowitzki authored Sep 6, 2024
1 parent e4cef96 commit a8f2284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ entity ChangeLog : managed, cuid {
changes : Composition of many Changes on changes.changeLog = $self;
}


/**
* Attribute-level Changes with simple capturing of one-level
* composition trees in parent... elements.
Expand Down Expand Up @@ -76,7 +75,7 @@ entity Changes {
};

valueDataType : String @title: '{i18n>Changes.valueDataType}';
changeLog : Association to ChangeLog @title: '{i18n>ChangeLog.ID}';
changeLog : Association to ChangeLog @title: '{i18n>ChangeLog.ID}' @UI.Hidden;
}

annotate ChangeView with @(UI: {
Expand Down

0 comments on commit a8f2284

Please sign in to comment.