Hello,
I have question:
I have 2 tables relationship set cascade delete for both relationships (Record → Timesheet one-to-many) and (Timesheet → Record many-to-one), but the UI only removes the row visually (without deleting from the database).
How to make the “delete” row on the sub-table as delete & remove from database table as well?

