-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cosmos: Track owned entities when included with the owner #13579
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
type-enhancement
Milestone
Comments
@AndriySvyryd is this different form #13036? |
@divega Yes, this is specifically about nested entities (stored in the same document). The implementation would have to be different. |
@AndriySvyryd ok, thanks. I think the issues are joined at the hip though. We should apply whatever behavior we decide is best to both. |
Do what we said in #13036 |
ajcvickers
changed the title
Cosmos: Track owned entities from selectors
Do #13036 for Cosmos
Jan 24, 2019
AndriySvyryd
changed the title
Do #13036 for Cosmos
Cosmos: Track owned entities when included with the owner
Jan 29, 2019
Putting this in backlog because #13036 covers what we need for 3.0. |
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
type-enhancement
Currently from
context.Vehicles.First().Operator
won't be tracked ifOperator
is an embedded owned entity. We should track bothVehicle
andOperator
.The text was updated successfully, but these errors were encountered: