You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a table and make sure it's empty (no rows)
Add a "Link" column/field to any other table
Check the "Forbid non-empty values" option for that field
Add a row
Save
Try deleting that row
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
** Client (please complete the following information):**
OS: Linux Docker
Browser: Edge
Version: Latest Docker (1.5.2-alpha+build.713)
Additional context
The text was updated successfully, but these errors were encountered:
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:
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
** Client (please complete the following information):**
Additional context
The text was updated successfully, but these errors were encountered: