Opened 18 months ago
Last modified 18 months ago
#59025 new defect (bug)
Incorrect error message when changing the screen options after erasing personal data
Reported by: | harsh175 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Privacy | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
When an administrator adds a username or email for the purpose of erasing personal data and clicks on the remove request option after completing the process, the data is removed. However, at that point, if the administrator clicks the screen option, unchecks the next step, and then clicks the apply button, an error message saying that error message failed to delete.
https://www.awesomescreenshot.com/video/19806917?key=ca89e6f131318e651ccc67b126de39ba
Attachments (2)
Change History (4)
#1
@
18 months ago
- Component changed from General to Privacy
- Summary changed from Error Message Issue In Screen Option In Erase Personal Data to Incorrect error message when changing the screen options after erasing personal data
This ticket was mentioned in PR #5005 on WordPress/wordpress-develop by @ivanzhuck.
18 months ago
#2
- Keywords has-patch added; needs-patch removed
Pressing the "Apply" button reload the page with the same URL, so the delete operation calls twice. I've added a message for cases like this. The message says "request already deleted" when a request removing repeated.
Trac ticket: [](https://core.trac.wordpress.org/ticket/59025)
I changed the title of your ticket, so it describes the issue better. I also tagged the right team to look into this.