Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Fix for Remove Events triggered by DataView Refresh() #2535

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

ZacBrownBand
Copy link
Contributor

If found an issue with the DataView refresh function.
When items are removed after a call to refresh the oldData property of the remove event does not contain the correct events.

The items in the set are stored in _data._data not _data. The result was that the remove event's oldData property was an array of undefined.

Note: looks like I introduced this issue in this pr.

@yotamberk yotamberk merged commit 70710f4 into almende:develop Jan 3, 2017
@yotamberk
Copy link
Contributor

Thanks!

@mojoaxel mojoaxel added this to the Minor Release v4.18 milestone Jan 14, 2017
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