remove link

This commit is contained in:
johannes-vogel
2020-01-30 17:45:17 +01:00
committed by Christian Georgi
parent a56a11ff3e
commit 9ea294586a

View File

@@ -10,7 +10,7 @@ service AdminService @(_requires:'authenticated-user') {
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
extend service AdminService with {
entity OrderItems as select from my.OrderItems;
}