File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments