Skip to content
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

Documentation: Concerto Model - Relationships #350

Open
tomas99batista opened this issue Mar 11, 2021 · 4 comments
Open

Documentation: Concerto Model - Relationships #350

tomas99batista opened this issue Mar 11, 2021 · 4 comments
Assignees

Comments

@tomas99batista
Copy link

[...] Deleting the Order has no impact on the OrderLine. When the Order is serialized the JSON only the IDs of the OrderLines are stored within the Order, not the OrderLines themselves.

source: https://docs.accordproject.org/docs/model-relationships.html

@mttrbrts mttrbrts self-assigned this Mar 11, 2021
@mttrbrts
Copy link
Member

Thanks @tomas99batista for raising this issue. Well spotted!

This should probably read something like this instead:

When the Order is serialized to JSON only the IDs of the OrderLines are stored within the Order, not the OrderLines themselves.

@tomas99batista
Copy link
Author

Sounds good to me 👍
Thanks 😄

@tomas99batista
Copy link
Author

Going to use the same issue to present another one:

A an optional value can be either present,

src: https://docs.accordproject.org/docs/logic-complex-type.html#optionals

@jeromesimeon jeromesimeon transferred this issue from accordproject/concerto Mar 14, 2021
@jeromesimeon
Copy link
Member

Moving this to the corresponding repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants