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 1644454 commit 640f174Copy full SHA for 640f174
cds-plugin.js
@@ -27,7 +27,7 @@ cds.on('loaded', m => {
27
}
28
29
// Add defaults for @changelog.keys
30
- entity['@changelog.keys'] ??= keys
+ entity['@changelog.keys'] ??= keys.map(k => ({'=':k}))
31
32
// Add UI.Facet for Change History List
33
entity['@UI.Facets']?.push(facet)
0 commit comments