Skip to content

Commit

Permalink
Merge branch 'main' into complex-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaputnik authored Sep 12, 2024
2 parents e5c54be + a8f2284 commit f19aed0
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 f19aed0

Please sign in to comment.