Opened 2 years ago
Last modified 19 months ago
#16162 reopened defect (bug)
Pagination and sorting reset after bulk media deletion — at Version 6
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | WordPress@… |
Description (last modified by scribu)
When doing Bulk Deletes on paginated Media Library, after performing the delete, I'm back on page 1 regardless on which page I've been before.
Change History (7)
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 3.1
- Owner set to scribu
- Status changed from new to reviewing
Same for categories and tags page. If we have it for posts and comments (#15416), we should add it with the other pages too.
It does not reflect the sort column as well.
paged is part of the request, orderby and order are not.
The patch preserves paged for bulk media deletes. sorting is not preserved as it does not gets passed in the request.
The idea I had so far is to add hidden form fields or to change the forms action attribute when things are changed by javascript.
The only hotfix I know of so far is to disable javascript which makes one of the biggest improvements of 3.1 looking pretty reduced.

Related: #15416