Opened 3 years ago
Last modified 3 years ago
#43913 closed defect (bug)
On sending the personal data export email, the request should be marked COMPLETED — at Initial Version
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Privacy | Keywords: | gdpr fixed-major |
Focuses: | Cc: |
Description
Unfortunately it is not - instead the confirmed timestamp is updated instead - this is because a change in changeset 43008 incorrectly changed the _wp_privacy_completed_request function to update the CONFIRMATION timestamp and post status to CONFIRMED.
_wp_privacy_completed_request should be updated to touch the _wp_user_request_completed_timestamp
and set the post status to request-completed
@desrosj - another 4.9.6 buglet to pick up
Note: See
TracTickets for help on using
tickets.
Use completed meta, not confirmed