#11587 closed defect (bug) (fixed)
Filter removed after bulk actions
| Reported by: | kovshenin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Administration | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
17 years ago
- Keywords bulk-actions added; bulk actions admin removed
- Milestone Unassigned → 3.0
- Version 3.0 → 2.9
#3
@
17 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
@
16 years ago
- Milestone 3.0 → 2.9.3
- Resolution fixed
- Status closed → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed, I was able to reproduce.