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

[BUG] SortedObservableCollectionAdaptor does Remove -> Add instead of Replace when index not changed #392

Merged
merged 2 commits into from
Aug 25, 2020

Conversation

radupetrisel
Copy link
Contributor

@radupetrisel radupetrisel commented Aug 4, 2020

What kind of change does this PR introduce?
Bug fix

What is the current behavior?
#391

What is the new behavior?

SortedObservableCollectionAdaptor.DoUpdate uses Replace if the updated item's index does not change from the update.
The behavior stays the same if the index is changed.

What might this PR break?
Uses that rely on #391

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • not needed Docs have been added / updated (for bug fixes / features)

Radu Petrisel added 2 commits August 4, 2020 16:48
Change-Id: Ib7564fb941849b4a12b30d3b6bc4dd6ab8dabfc8
Change-Id: Ib62b5916b63961e2b87b48f8d398ab37905d8497
@dnfadmin
Copy link

dnfadmin commented Aug 4, 2020

CLA assistant check
All CLA requirements met.

@glennawatson
Copy link
Member

@radupetrisel you'll need to sign the CLA before I can merge this one.

@radupetrisel
Copy link
Contributor Author

Signed 😄

@glennawatson glennawatson merged commit 6594137 into reactivemarbles:main Aug 25, 2020
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants