#11587 closed defect (bug) (fixed)
Filter removed after bulk actions
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hey. I had to remove all posts in a certain category this morning, so I went to Edit posts, selected the category and pushed filter. 3 pages came up, I checked all the posts, selected bulk actions and moved to trash, and the filter is gone. So to remove the rest I have to select the category again and filter again. Not sure if this is intended because when removing the posts one by one, the filter remains.
Thanks.
Attachments (1)
Change History (13)
#1
@
14 years ago
- Keywords bulk-actions added; bulk actions admin removed
- Milestone changed from Unassigned to 3.0
- Version changed from 3.0 to 2.9
#3
@
14 years ago
The quick and dirty way to fix this is remove 'cat' from line 119. I don't know if there's a reason why 'cat' is deliberately removed when $_GETaction? is defined.
#8
@
14 years ago
- Milestone changed from 3.0 to 2.9.3
- Resolution fixed deleted
- Status changed from closed to reopened
Okay, I tracked this down to [11807] during the 2.9 dev cycle. I confirmed this is technically a regression from 2.8.
Doubt this is important enough to be backported to the 2.9 branch, but I'll re-open in the 2.9.3 milestone anyway.
Confirmed, I was able to reproduce.