fix implicit redirection issue
This commit is contained in:
@@ -22,7 +22,9 @@ service CatalogService @(path : '/browse') {
|
|||||||
};
|
};
|
||||||
|
|
||||||
@readonly
|
@readonly
|
||||||
entity Authors as projection on my.Authors excluding {
|
entity Authors as projection on my.Authors {
|
||||||
|
* , books : redirected to Books
|
||||||
|
} excluding {
|
||||||
createdBy,
|
createdBy,
|
||||||
modifiedBy
|
modifiedBy
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user