Skip to content

Commit dbe9524

Browse files
authored
Lazy loading of Change History (#12)
1 parent 205bd07 commit dbe9524

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.cds

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ aspect aspect @(UI.Facets: [{
88
$Type : 'UI.ReferenceFacet',
99
ID : 'ChangeHistoryFacet',
1010
Label : '{i18n>ChangeHistoryList}',
11-
Target: 'changes/@UI.PresentationVariant'
11+
Target: 'changes/@UI.PresentationVariant',
12+
//TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
13+
//![@UI.PartOfPreview]: false
1214
}]) {
1315
// Essentially: Association to many Changes on changes.changeLog.entityKey = ID;
1416
changes : Association to many ChangeView on changes.entityKey = ID;

0 commit comments

Comments
 (0)