We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b843f29 commit e733468Copy full SHA for e733468
srv/cat-service.cds
@@ -13,9 +13,6 @@ service CatalogService @(requires: 'any') {
13
@readonly
14
entity Authors as projection on my.Authors;
15
16
- @readonly
17
- entity Genres as projection on my.Genres;
18
-
19
20
entity Reviews as projection on my.Reviews;
21
srv/review-service.cds
@@ -15,9 +15,6 @@ service ReviewService {
// access control restrictions
22
annotate Reviews with @restrict: [
23
{
0 commit comments