Delete unused files, add package-lock.json

This commit is contained in:
Christian Georgi
2020-02-04 12:20:09 +00:00
parent cbb27132ec
commit 4030173bbc
60 changed files with 6265 additions and 1319 deletions

View File

@@ -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;
}