Patch for missing containment in v4

This commit is contained in:
Daniel
2020-12-30 18:49:15 +01:00
parent c3e35cd54c
commit 6de9c7d839

View File

@@ -18,7 +18,7 @@ entity Orders_Items {
} }
/** This is a stand-in for arbitrary ordered Products */ /** This is a stand-in for arbitrary ordered Products */
entity Products @(cds.persistence.skip:'always') { entity Products @(cds.persistence.skip:'always',cds.autoexpose) {
key ID : String; key ID : String;
} }