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 - H-Rider moves and duplicate values between tables. #55

Open
lior-h opened this issue Mar 8, 2015 · 1 comment
Open

bug - H-Rider moves and duplicate values between tables. #55

lior-h opened this issue Mar 8, 2015 · 1 comment
Assignees
Labels

Comments

@lior-h
Copy link
Contributor

lior-h commented Mar 8, 2015

It's possible that a modification you make in a certain table would end up in another table.

Scenario:

  1. Edit a row on table A, don't click save.
  2. Choose a different table (table B) from the list and edit a row there, to make the save button enabled
  3. Click save - the row you edited in table A would be inserted into table B

The reason is that the changes tracker is not cleared when moving from table to table

@lior-h lior-h added the bug label Mar 8, 2015
@lior-h
Copy link
Contributor Author

lior-h commented Mar 8, 2015

fixed in version 1.0.8.4

OhadR referenced this issue Mar 8, 2015
This fix prevents a modification you make in a certain table would end
up in another table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant