News page wasn't filtering individual feed items by category, so I created this patch. Hope it helps!

CommentFileSizeAuthor
news_page.module.patch493 bytesamanire

Comments

robert castelo’s picture

Status: Needs review » Closed (works as designed)

I'm not seeing the point of this patch.

Each row already contains a category ID (cid) by which we can filter to get to get just the category selected.

This patch slows down the query by adding an extra join, what's the benefit?