Files
twenty/packages
Charles BochetandCursor b2f0064dd7 fix: nullify foreign keys on soft-delete to prevent misleading "Not shared" display
When a record is soft-deleted, FK references from other records were left
dangling, causing the frontend to show "Not shared" (ForbiddenFieldDisplay)
instead of an empty cell. This mimics PostgreSQL's ON DELETE SET NULL
constraint behavior at the application level for soft-deletes.

Closes #20076

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-04 23:21:59 +02:00
..
2026-05-04 11:09:34 +02:00