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

Detect via ChangeTracker if a modified CollectionEntry was added or removed #24129

Open
Tracked by #22954
mrlife opened this issue Feb 11, 2021 · 0 comments
Open
Tracked by #22954

Comments

@mrlife
Copy link

mrlife commented Feb 11, 2021

This is fairly straightforward to do for non-collection properties (see #9237 (comment)).

For a CollectionEntry, it looks like the IsModified is set to true correctly when an item is added or removed from a collection, however there doesn't seem to be a way to tell if it was added or removed, only that something changed.

I've looked through the docs, including here and here, and through issues, including #9312 and #10093 but haven't found a solution. Is this currently possible? If not, is there any plan to do so?

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

2 participants