formie
formie copied to clipboard
NestedFieldRow data not removed
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
- Have a form with NestedFieldRow
- Add submissions
- Deleting all submissions (
php craft formie/submissions/delete
) - 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