#16248 closed defect (bug) (invalid)
Back to Authors and Users link redirects to nowhere from a paginated user-edit screen
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | critical | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
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
@
14 years ago
- Priority changed from normal to high
- Severity changed from normal to 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
@
14 years ago
It should be a simple matter of passing _wp_http_referrer to the 'fetch-list' ajax action.
#6
@
14 years ago
- Keywords has-patch added
The problem was that these screens used 'wp_http_referrer' instead of '_wp_http_referrer'.
#8
@
14 years ago
- Keywords commit removed
PeteMall said this doesn't work in all cases; he'll work through it tomorrow. Something about paging.
Screens affected: