Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2008 at 05:12 UTC
Updated:
25 Jul 2009 at 13:28 UTC
On the admin/content/node page, at the top, there's a filter section:
Show only items where
status is [ ]
type is [ ]
category is [ ]
Update optionsWhen you add a filter, you get something like:
Show only items where
* Status is <published>
* category is <reader>
and where
status is [ ]
type is [ ]
category is [ ]
Update optionsIf you want to get rid of an option, you have to either undo the last one, or remove them all, then add a new one. This is always a two-step process.
It would be very useful to have a "delete this filter" check box after each existing filter:
Show only items where
* Status is <published> [x] Delete?
* category is <reader> [ ] Delete?
and where
status is [ ]
type is [ ]
category is [ ]
Update optionsThis would allow the admin to remove arbitrary filters, while adding new ones, basically making it a one-step process for all procedures.
Comments
Comment #1
pfaocleComment #2
naught101 commentedhttp://groups.drupal.org/node/18008 <- relevant?
Comment #3
naught101 commentedYep, solutions at #355820: Improve query filter UI on admin/content are much better than this.