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.

Comments

moonray’s picture

StatusFileSize
new1.13 KB

Sorry, use this patch.

Zen’s picture

Version: 5.x-dev » 6.x-dev
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new1.11 KB

The 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

dries’s picture

Version: 6.x-dev » 5.x-dev
Status: Reviewed & tested by the community » Fixed

I've committed this to CVS HEAD. Probably needs to go in DRUPAL-5 too.

drumm’s picture

Committed to 5

Anonymous’s picture

Status: Fixed » Closed (fixed)