Merge pull request #41 from SAP-samples/remove-insertonly-annotation
remove @insertonly of Orders in CatalogService
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user