I see this issue on 4.7 but suspect in HEAD as well.
The category_view module allows you to tack a view on to the bottom of a node display of a category node. Very helpful for current project.. but just noticed that it doesn't maintain all the info that the view would normally provide. For example things like $count and the $view object are not maintained. Without count i can't do the same things in my teaser tpl's that i would do normally with this view.
I am looking at the code now to see about creating a patch.
Peter Lindstrom
LiquidCMS - Content Management Solution Experts
Comments
Comment #1
liquidcms commentedooops.. my bad... i guess the view info is only available when a list view is used.. not a teaser view.