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

Move edit value from DataCell to DataSheet #180

Merged
merged 2 commits into from
Jan 27, 2020

Conversation

jhagmar
Copy link

@jhagmar jhagmar commented Nov 13, 2019

When a DataCell is in edit mode and the underlying data changes, the
edited value was lost since the value was local to DataCell, which was
recreated. This commit fixes the problem by moving the edit value to the
parent DataSheet component.

When a DataCell is in edit mode and the underlying data changes, the
edited value was lost since the value was local to DataCell, which was
recreated. This commit fixes the problem by moving the edit value to the
parent DataSheet component.
@coveralls
Copy link

coveralls commented Nov 13, 2019

Coverage Status

Coverage increased (+0.1%) to 92.128% when pulling d5be010 on FraunhoferChalmersCentre:non-volatile-edit into d95e4cc on nadbm:master.

@nadbm
Copy link
Owner

nadbm commented Nov 14, 2019

@jhagmar thank you for the PR, will review this asap

@nadbm
Copy link
Owner

nadbm commented Jul 25, 2020

@jhagmar I know this was a while, but I'm having to revert this PR due to the following issues #230 and #218. If you recall exactly how to reproduce this issue I can look into a different way to fix this

nadbm added a commit that referenced this pull request Jul 25, 2020
@nadbm nadbm mentioned this pull request Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants