Merge pull request #41 from SAP-samples/remove-insertonly-annotation

remove @insertonly of Orders in CatalogService
This commit is contained in:
Matthias Bühl
2020-03-25 18:19:52 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ service CatalogService {
} excluding { createdBy, modifiedBy };
@requires_: 'authenticated-user'
@insertonly entity Orders as projection on my.Orders;
entity Orders as projection on my.Orders;
}
// Example for an instance restriction