Investigated issues
This commit is contained in:
14
orders/test/model.cds
Normal file
14
orders/test/model.cds
Normal file
@@ -0,0 +1,14 @@
|
||||
service WithDraft {
|
||||
@odata.draft.enabled
|
||||
entity Boo as projection on Foo;
|
||||
}
|
||||
service WithoutDraft {
|
||||
entity Boo as projection on Foo;
|
||||
}
|
||||
|
||||
entity Foo {
|
||||
key ID : UUID;
|
||||
bar : Composition of many {
|
||||
key pos : Integer; //> meant to be a local key only
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user