We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205bd07 commit dbe9524Copy full SHA for dbe9524
index.cds
@@ -8,7 +8,9 @@ aspect aspect @(UI.Facets: [{
8
$Type : 'UI.ReferenceFacet',
9
ID : 'ChangeHistoryFacet',
10
Label : '{i18n>ChangeHistoryList}',
11
- Target: 'changes/@UI.PresentationVariant'
+ Target: 'changes/@UI.PresentationVariant',
12
+ //TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
13
+ //![@UI.PartOfPreview]: false
14
}]) {
15
// Essentially: Association to many Changes on changes.changeLog.entityKey = ID;
16
changes : Association to many ChangeView on changes.entityKey = ID;
0 commit comments