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

Undo action when field is deleted #84

Open
mtb0x1 opened this issue Apr 30, 2024 · 0 comments
Open

Undo action when field is deleted #84

mtb0x1 opened this issue Apr 30, 2024 · 0 comments
Assignees

Comments

@mtb0x1
Copy link

mtb0x1 commented Apr 30, 2024

The undo action seems unreliable. I was able to reproduce the issue below :

Steps :

  1. Create 2 tables (table with ID int, table2 with ID int)
  2. Create a relation between table.ID and table2.ID
  3. Save
  4. Remove filed table2.ID
  5. Save
  6. Undo

Result :
table2.ID is restored, but it's relationship with table.ID is lost.

Expected result :
table2.ID is restored with it's relationship(s).

@1ilit 1ilit self-assigned this May 2, 2024
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

No branches or pull requests

2 participants