Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coemstics #22

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions index.cds
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace sap.changelog;
aspect aspect @(UI.Facets: [{
$Type : 'UI.ReferenceFacet',
ID : 'ChangeHistoryFacet',
Label : '{i18n>ChangeHistoryList}',
Label : '{i18n>ChangeHistory}',
Target: 'changes/@UI.PresentationVariant',
//TODO: Use for lazy-loading once Fiori fixes bugs and v1.120 is released
//![@UI.PartOfPreview]: false
Expand Down Expand Up @@ -93,17 +93,15 @@ annotate ChangeView with @(UI: {
}],
},
LineItem : [
{ Value: modification, @HTML5.CssDefaults: {width:'6%'} },
{ Value: modification, @HTML5.CssDefaults: {width:'9%'} },
{ Value: createdAt, @HTML5.CssDefaults: {width:'12%'} },
{ Value: createdBy, @HTML5.CssDefaults: {width:'9%'} },
{ Value: objectID, @HTML5.CssDefaults: {width:'14%'} },
{ Value: parentObjectID, @HTML5.CssDefaults: {width:'14%'} },
{ Value: attribute, @HTML5.CssDefaults: {width:'9%'} },
{ Value: valueChangedTo, @HTML5.CssDefaults: {width:'11%'} },
{ Value: valueChangedFrom, @HTML5.CssDefaults: {width:'11%'} },
// IMPORTANT: If we omit field 'entity' below, objectID and parentObjetId are empty in the UI
// REVISIT: Find out and eliminate the reason for that
{ Value: entity, @HTML5.CssDefaults: {width:'14%'} },
{ Value: entity, @HTML5.CssDefaults: {width:'11%'} },
],
DeleteHidden : true,
});
Loading