#43968 closed enhancement (fixed)
Add Request Type into Confirmation Email Subject for GDPR
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Privacy | Keywords: | gdpr has-patch needs-testing |
Focuses: | administration | Cc: |
Description
Hello,
Currently both confirmation requests for export and removal both have the same Subject;
[Site Name] Confirm Action
Can we amend this to include the request type into the Subject to avoid confusion and overlooking as well as to avoid threading with the other Confirm Action.
I can definitely see users seeing this as spam and overlooking the confirmation request.
Also maybe Confirmation Request would make more sense than Confirm Action.
So something like;
[Site Name] Confirmation Request - Export Personal Data
Thanks
Attachments (3)
Change History (16)
#3
@
7 years ago
- Keywords has-patch needs-testing added; needs-patch removed
Added two patches. One adds the request type to the subject only, and the other adds the request type to the subject and introduces a filter on the email subject.
I am not sure on the rules of introducing a filter after beta if it is adding to a bug fix.
This ticket was mentioned in Slack in #core by desrosj. View the logs.
7 years ago
#5
@
7 years ago
Tests well. I don't know what the convention for a beta is, but either with or without filters is fine by me.
This ticket was mentioned in Slack in #gdpr-compliance by allendav. View the logs.
7 years ago
#7
@
7 years ago
Per slack - adding this with the filter is cool for beta.
https://wordpress.slack.com/archives/C9695RJBW/p1525883031000710
#8
@
7 years ago
Looking at 43968-without-filter.diff, somewhat unreadable, a big chunk of phpdoc inside a function call... And many multiline args, some nested.
Thinking this should be covered by the coding standards. Highest priority: readability!! No multiline stuff or comments inside of function calls unless "can't live without" :)
Collapsed Confirmation Email - Doesn't indicate what the request was