The "In queue" filter uses the class nodequeue_handler_filter_not_in_queue. Not only is that badly named, it extends the wrong class (In instead of boolean) and doesn't in fact work.

The attached patch renames the class and makes it work. :-)

CommentFileSizeAuthor
in_queue_filter.patch1.06 KBCrell

Comments

bdragon’s picture

Status: Needs review » Reviewed & tested by the community

Ran into this bug, applied patch, works as described.

ezra-g’s picture

Committed, thanks! Will mark as fixed when the next release is rolled.

ezra-g’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.