- Issue created by @mattjones86
If these specific purge settings are used, submissions can be purged immediately after submission.
Completed
submissions onlyNow a user performs this submission flow:
purge_days
valueNow the submission is immediately deleted when cron runs. This is because the created
column is used when querying submissions to purge.
https://git.drupalcode.org/project/webform/-/blob/6.2.x/src/WebformSubmi...
Update the purge logic so that for Completed
submissions, the query instead looks at the submitted
timestamp. Draft
submissions should still query the created
timestamp.
Active
6.2
Code