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

Many<TChild>.RemoveAsync(IEnumerable<string> childIDs) seems to only remove one child entity reference #146

Closed
bucky3000 opened this issue Dec 8, 2021 · 2 comments
Labels
bug there's a bug fixed this bug has been squashed

Comments

@bucky3000
Copy link

I tried using Many<TChild>.RemoveAsync(IEnumerable<string> childIDs) and supplied it two childIDs, but only one child reference ever gets deleted from the collection. If I call Many<TChild>.RemoveAsync(string childID) for each childID, it removes both.

dj-nitehawk added a commit that referenced this issue Dec 8, 2021
@dj-nitehawk dj-nitehawk added bug there's a bug fixed this bug has been squashed labels Dec 8, 2021
@dj-nitehawk
Copy link
Owner

thanks for reporting...
it was a minor oversight in the code.
fixed with the latest release.

dj-nitehawk added a commit that referenced this issue Dec 8, 2021
@bucky3000
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug there's a bug fixed this bug has been squashed
Projects
None yet
Development

No branches or pull requests

2 participants