formie icon indicating copy to clipboard operation
formie copied to clipboard

NestedFieldRow data not removed

Open sanderpotjer opened this issue 4 months ago • 0 comments

Describe the bug

The data stored in the database tables for verbb\formie\elements\NestedFieldRow type appears to be retained indefinitely. While a dateDeleted value is set for the related elements, these entries are never actually hard-deleted from the database.

Steps to reproduce

  1. Have a form with NestedFieldRow
  2. Add submissions
  3. Deleting all submissions (php craft formie/submissions/delete)
  4. Run the Garbage collection (php craft gc --delete-all-trashed=1)

Data will still be available in the database, with the related element having a dateDeleted set

Form settings

Not relevant

Craft CMS version

4.12.4

Plugin version

2.1.30

Multi-site?

No

Additional context

No response

sanderpotjer avatar Oct 11 '24 09:10 sanderpotjer