Opened 13 years ago
Closed 13 years ago
#23937 closed defect (bug) (fixed)
"Restore This Revision" button redirects to /wp-admin/null
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | 3.6 |
| Component: | Revisions | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Steps to reproduce:
- Create a new page
- Make content edits several times (save each time)
- Click on a revision link within the Revisions meta box
- Click on the "Restore This Revision" button
Attachments (1)
Change History (10)
#1
@
13 years ago
- Keywords has-patch added; dev-feedback removed
- Milestone changed from Awaiting Review to 3.6
#3
@
13 years ago
Then I neeed some more infos. Which browser, OS? Any plugins enabled, SCRIPT_DEBUG is true?
Edit:
If it doesn't trigger, then you shouldn't have been redirected.
#4
@
13 years ago
The patch works correctly only when SCRIPT_DEBUG is true.
No plugins, latest Chrome, WP trunk, Win7.
#5
@
13 years ago
- Keywords commit added
The patch works correctly only when SCRIPT_DEBUG is true.
And that's okay. The minified version will be generated when the patch lands in.
Note: See
TracTickets for help on using
tickets.
#23937 doesn't solve the whole problem. The restore() view doesn't seem to be getting triggered at all.