Merge branch 'OpenSAP-week2-unit4567' of github.com:SAP-samples/cloud-cap-samples into OpenSAP-week2-unit4567
This commit is contained in:
@@ -8,9 +8,8 @@ service AdminService @(_requires:'authenticated-user') {
|
||||
|
||||
// Enable Fiori Draft for Orders
|
||||
annotate AdminService.Orders with @odata.draft.enabled;
|
||||
// annotate AdminService.Books with @odata.draft.enabled;
|
||||
|
||||
// Temporary workaround -> https://github.wdf.sap.corp/cap/issues/issues/3121
|
||||
// Temporary workaround -> cap/issues#3121
|
||||
extend service AdminService with {
|
||||
entity OrderItems as select from my.OrderItems;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user