File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,6 @@ entity Books : cuid, managed {
2626 covers : Composition of many Attachments ;
2727}
2828
29- annotate Attachments with @ UI : {
30- LineItem : [
31- {Value : content },
32- {Value : status },
33- {Value : createdAt },
34- {Value : createdBy },
35- {Value : note },
36- {Value : fileName }
37- ]
38- } {
39- modifiedAt @ (odata . etag : null );
40- }
41-
4229entity Authors : cuid , managed {
4330 @ assert . format : ' ^\p{Lu}.* ' // assert that name starts with a capital letter
4431 name : String(111) ;
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.3 </cds-feature-attachments .version>
31+ <cds-feature-attachments .version>1.0.4-SNAPSHOT </cds-feature-attachments .version>
3232 </properties >
3333
3434 <modules >
7979 <dependencies >
8080 <dependency >
8181 <groupId >com.sap.cds</groupId >
82- <artifactId >cds-feature-attachments</artifactId >
82+ <artifactId >cds-feature-attachments-fs </artifactId >
8383 <version >${cds-feature-attachments.version} </version >
8484 </dependency >
8585 </dependencies >
You can’t perform that action at this time.
0 commit comments