diff --git a/app/common.cds b/app/common.cds index 15d6d49b..5ab4da6b 100644 --- a/app/common.cds +++ b/app/common.cds @@ -78,6 +78,13 @@ annotate my.Books.attachments with @UI: { {Value: createdAt, @HTML5.CssDefaults: {width: '20%'}}, {Value: createdBy, @HTML5.CssDefaults: {width: '20%'}}, {Value: note, @HTML5.CssDefaults: {width: '25%'}}, +{ + Value : uploadStatus, + Criticality: statusNav.criticality, + @Common.FieldControl: #ReadOnly, + @HTML5.CssDefaults: {width: '20%'}, + @UI.Hidden: IsActiveEntity + }, { $Type : 'UI.DataFieldForAction', Label : 'Copy Attachments',