#53032 closed defect (bug) (fixed)
Privacy: "Retry" action link on "Export Personal Data" page does not work
Reported by: | davidbaumwald | Owned by: | davidbaumwald |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Privacy | Keywords: | has-patch needs-testing |
Focuses: | javascript | Cc: |
Description
During work on #52892, part of the testing process involves forcing an export failure. Upon failure, each row displays "Download failed." and a "Retry" link. However, clicking this link appears to currently do nothing.
Steps to reproduce:
- Add this script as a must-use file.
- Go to "Tools" > "Export Personal Data" and add a test user in the "Username or email address" field to generate a request.
- Hover over the email and click on "Download personal data".
- Once "Download failed" appears, click the "Retry" link, and nothing happens.
Props to @hellofromTonya for helping to confirm this bug.
Attachments (3)
Change History (14)
This ticket was mentioned in PR #1201 on WordPress/wordpress-develop by Sidsector9.
3 years ago
#1
- Keywords has-patch added
#2
@
3 years ago
- Keywords needs-testing added
@NomNom99 Thanks for the patch! The second approach looks better to me. Updating the keywords here to ask for testing of your fix.
#6
@
3 years ago
Just to clarify my comment from #55168, I'm not quite sure if the change on line 142 is needed, it just seemed that way when looking at the code. Would be great to test and confirm whether it's needed or not.
#8
@
3 years ago
I tested with the latest patch, Just adding the missing class export-personal-data-handle
on line 63 is solved the personal data retry button issue. And the email retry button is working as expected without the class export-personal-data-handle
.
So, I think there is no need to add it on line 142.
you can check the test case here:
https://drive.google.com/file/d/1yaku_51cjfuvsrMcdFw7wwkeMv1RvMUc/view?usp=sharing
dream-encode commented on PR #1201:
3 years ago
#10
Thanks for the PR! This was merged into core in https://core.trac.wordpress.org/changeset/52846.
Fixes export of personal data when the retry on failure button is clicked.
Trac ticket: https://core.trac.wordpress.org/ticket/53032