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] Row not deletable if ANY link field mandatory #1188

Open
alexfacciorusso opened this issue Dec 23, 2024 · 0 comments
Open

[Bug] Row not deletable if ANY link field mandatory #1188

alexfacciorusso opened this issue Dec 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alexfacciorusso
Copy link

Describe the bug
If a table has even just one "Link" column that is mandatory ("Forbid non-empty values" checked), when the user tries to delete a row, an error appears.

To Reproduce
Steps to reproduce the behavior:

  1. Create a table and make sure it's empty (no rows)
  2. Add a "Link" column/field to any other table
  3. Check the "Forbid non-empty values" option for that field
  4. Add a row
  5. Save
  6. Try deleting that row
  7. An error occurs

Expected behavior
The row should be deleted. It seems the app tries to nullify the values first and then delete the row, triggering a validation error.

Screenshots

image

** Client (please complete the following information):**

  • OS: Linux Docker
  • Browser: Edge
  • Version: Latest Docker (1.5.2-alpha+build.713)

Additional context

@tea-artist tea-artist self-assigned this Dec 23, 2024
@kpodp0ra kpodp0ra added the bug Something isn't working label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants