Added issue URL again

This commit is contained in:
Christian Georgi
2020-02-04 09:11:28 +01:00
committed by GitHub
parent 8071faa62d
commit 13480ad99e

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
// Temporary workaround -> cap/issues#3121
extend service AdminService with {
entity OrderItems as select from my.OrderItems;
}