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
I have a site where each entry has a matrix field, and in that matrix field there's an Entries field which sets relations. Today the client deleted a matrix block, but the target element was still showing up on the page as being related. I ran garbage collection and the element disappeared. I'm therefore pretty sure that it was being caused by the matrix block getting soft-deleted. I don't know whether it's deliberate that matrix blocks are soft-deleted, but there's nowhere to see deleted matrix blocks to permanently remove them (and it's another step for the client.).
Is this a bug with soft-deletion, or a UI problem?
Steps to reproduce
Set up a matrix block with an entries field and output the relations
Delete the matrix block
Relation still exists.
Additional info
Craft version: 3.1.11
PHP version: 7.2
Database driver & version: MySQL
The text was updated successfully, but these errors were encountered:
Description
I have a site where each entry has a matrix field, and in that matrix field there's an Entries field which sets relations. Today the client deleted a matrix block, but the target element was still showing up on the page as being related. I ran garbage collection and the element disappeared. I'm therefore pretty sure that it was being caused by the matrix block getting soft-deleted. I don't know whether it's deliberate that matrix blocks are soft-deleted, but there's nowhere to see deleted matrix blocks to permanently remove them (and it's another step for the client.).
Is this a bug with soft-deletion, or a UI problem?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: