Skip to content

Commit

Permalink
Merge branch 'main' into updateTranslations
Browse files Browse the repository at this point in the history
  • Loading branch information
mnkiefer authored Oct 12, 2023
2 parents 9e03502 + dbe9524 commit 6a1edec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ namespace sap.changelog;
aspect aspect @(UI.Facets: [{
$Type : 'UI.ReferenceFacet',
ID : 'ChangeHistoryFacet',
Label : '{i18n>ChangeHistory}',
Target: 'changes/@UI.PresentationVariant'
Label : '{i18n>ChangeHistoryList}',
Target: 'changes/@UI.PresentationVariant',
//TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
//![@UI.PartOfPreview]: false
}]) {
// Essentially: Association to many Changes on changes.changeLog.entityKey = ID;
changes : Association to many ChangeView on changes.entityKey = ID;
Expand Down

0 comments on commit 6a1edec

Please sign in to comment.