fix implicit redirection issue

This commit is contained in:
Gregor Wolf
2021-11-12 21:41:39 +01:00
parent 575cffe70a
commit 19c886d6dc

View File

@@ -22,7 +22,9 @@ service CatalogService @(path : '/browse') {
};
@readonly
entity Authors as projection on my.Authors excluding {
entity Authors as projection on my.Authors {
* , books : redirected to Books
} excluding {
createdBy,
modifiedBy
};