News page wasn't filtering individual feed items by category, so I created this patch. Hope it helps!
| Comment | File | Size | Author |
|---|---|---|---|
| news_page.module.patch | 493 bytes | amanire |
News page wasn't filtering individual feed items by category, so I created this patch. Hope it helps!
| Comment | File | Size | Author |
|---|---|---|---|
| news_page.module.patch | 493 bytes | amanire |
Comments
Comment #1
robert castelo commentedI'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?