Skip to content

Commit 0df64a9

Browse files
committed
Bump cds-feature-attachments to 1.0.4
1 parent e9ac89a commit 0df64a9

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

db/books.cds

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ entity Books : cuid, managed {
2626
covers : Composition of many Attachments;
2727
}
2828

29-
annotate Attachments with @UI: {
30-
LineItem : [
31-
{Value: content, @HTML5.CssDefaults: {width: '25%'}},
32-
{Value: fileName, @HTML5.CssDefaults: {width: '25%'}},
33-
{Value: mimeType, @HTML5.CssDefaults: {width: '10%'}},
34-
{Value: status, @HTML5.CssDefaults: {width: '10%'}},
35-
{Value: createdAt, @HTML5.CssDefaults: {width: '20%'}},
36-
{Value: createdBy, @HTML5.CssDefaults: {width: '15%'}},
37-
{Value: note}
38-
]
39-
} {
29+
annotate Attachments with {
4030
modifiedAt @(odata.etag: null);
4131
}
4232

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<xsuaa.version>3.5.3</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.4</cf-java-logging-support.version>
3030
<cds.cdsdk-version>8.3.0</cds.cdsdk-version>
31-
<cds-feature-attachments.version>1.0.4-SNAPSHOT</cds-feature-attachments.version>
31+
<cds-feature-attachments.version>1.0.4</cds-feature-attachments.version>
3232
</properties>
3333

3434
<modules>

0 commit comments

Comments
 (0)