I have a view that shows each aggregator category and the number of nodes in each category. For the category, I enabled the "Link this field to its aggregator category page" option. The URL generated for each category is of the form "aggregator/category/#". What that link work, for some reason it shows all aggregator nodes, not just those in the given category. The correct URL should be of the form "aggregator/categories/#". That is the URL used in the blocks generated by the Aggregator module, and manual testing shows that it displays only the nodes in the given category.

Said another way, on line 51 in views_handler_field_aggregator_category.inc, please change "category" to "categories". :)

Comments

tombriggs2’s picture

Title: Link to category uses incorrect URL » Link to aggregator category uses incorrect URL