Skip to content

Commit

Permalink
Lazy loading of Change History (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnkiefer authored Oct 12, 2023
1 parent 205bd07 commit dbe9524
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ aspect aspect @(UI.Facets: [{
$Type : 'UI.ReferenceFacet',
ID : 'ChangeHistoryFacet',
Label : '{i18n>ChangeHistoryList}',
Target: 'changes/@UI.PresentationVariant'
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 dbe9524

Please sign in to comment.