On admin/content/node, when filitering by content type, the word 'type' gets lost resulting in the following sentence: Show only items where status is published and where is Article
Patch attached to fix the word 'type' being lost when filtering by content type.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | node_filter_3.patch | 1.11 KB | Zen |
| #1 | drupal_node_filter0.patch | 1.13 KB | moonray |
| drupal_node_filter.patch | 1.1 KB | moonray |
Comments
Comment #1
moonray commentedSorry, use this patch.
Comment #2
Zen commentedThe else if block in your patch is unnecessary. This way, you solve another issue where the filter incorrectly used to say "type is forum" instead of "type is Forum Topic". The patch also removes a notice.
Updated and rerolled for HEAD. Marking as RTBC.
Thanks,
-K
Comment #3
dries commentedI've committed this to CVS HEAD. Probably needs to go in DRUPAL-5 too.
Comment #4
drummCommitted to 5
Comment #5
(not verified) commented