#16248 closed defect (bug) (invalid)
Back to Authors and Users link redirects to nowhere from a paginated user-edit screen
| Reported by: | linuxologos | Owned by: | PeteMall |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Administration | Version: | 3.1 |
| Severity: | critical | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Testing against 3.1-RC2-17283.
Go to Users and go to any page other than the first one (the screen has to be paginated). Edit a User at that page and save. The Back to Authors and Users link redirects to a page just showing "-1". The problem is quite obvious even from the browser's address bar, which reveals the strange value for wp_http_referer (it must be related to ajaxified screens).
Attachments (3)
Change History (14)
#3
@
16 years ago
- Priority normal → high
- Severity normal → critical
This is happening because the referrer is changed to admin-ajax.php with the JS pagination/search. We'll need to fix this for all list tables.
#4
@
16 years ago
It should be a simple matter of passing _wp_http_referrer to the 'fetch-list' ajax action.
#6
@
16 years ago
- Keywords has-patch added
The problem was that these screens used 'wp_http_referrer' instead of '_wp_http_referrer'.
#8
@
16 years ago
- Keywords commit removed
PeteMall said this doesn't work in all cases; he'll work through it tomorrow. Something about paging.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Screens affected: