-
Notifications
You must be signed in to change notification settings - Fork 134
@cds.localized and expanded entities #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Samuel Brucksch <[email protected]>
Co-authored-by: Samuel Brucksch <[email protected]>
Co-authored-by: René Jeglinsky <[email protected]>
guides/localized-data.md
Outdated
For requests with an `$expand` query option on entities annotated with `@cds.localized: false`, the expanded properties are not translated. | ||
|
||
```http | ||
GET /BooksDetails?$expand=authors //> all fields from authors are non-localized defaults, if BooksDetails is annotated with `@cds.localized: false` | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This limitation applies to CAP Node.js only. Please clarify this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't interpret this as a limitation...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please clarify that this limitation applies to Node.js only.
https://github.tools.sap/cap/cdsnode/issues/1333