We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f299d commit 4eafea8Copy full SHA for 4eafea8
srv/admin-service.cds
@@ -32,12 +32,6 @@ annotate AdminService.Books with @cds.search : {
32
title
33
};
34
35
-annotate AdminService.OrderItems with {
36
- @mandatory
37
- @assert.range: [(0), _]
38
- quantity
39
-};
40
-
41
// Enable Fiori Draft for Orders
42
annotate AdminService.Orders with @odata.draft.enabled;
43
annotate AdminService.Books with @odata.draft.enabled;
@@ -68,4 +62,4 @@ annotate AdminService.Orders with @changelog: [OrderNo];
68
62
annotate AdminService.OrderItems with @changelog: [
69
63
parent.OrderNo,
70
64
book.title,
71
- ];
65
+ ];
0 commit comments