- Issue created by @mattjones86
- πΊπΈUnited States jrockowitz Brooklyn, NY
The MR is POC. Let's see if any tests break.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
liam morland β made their first commit to this issueβs fork.
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
The MR is POC. Let's see if any tests break.
liam morland β made their first commit to this issueβs fork.