remove @insertonly of Orders in CatalogService
This commit is contained in:
@@ -8,7 +8,7 @@ service CatalogService {
|
|||||||
} excluding { createdBy, modifiedBy };
|
} excluding { createdBy, modifiedBy };
|
||||||
|
|
||||||
@requires_: 'authenticated-user'
|
@requires_: 'authenticated-user'
|
||||||
@insertonly entity Orders as projection on my.Orders;
|
entity Orders as projection on my.Orders;
|
||||||
|
|
||||||
}
|
}
|
||||||
// Example for an instance restriction
|
// Example for an instance restriction
|
||||||
|
|||||||
Reference in New Issue
Block a user