See Title
Thank you for this great module!
In contextual.module:
if (!empty($links)) { contextual_set_closure($links, 'contextual-view-'. $vars['view']->vid); $vars['views_classes'] = 'contextual-enabled '; }
Only works in views whith this add (contextual-view-'. $vars['view']->vid . ' '):
$vars['views_classes'] = 'contextual-enabled contextual-view-'. $vars['view']->vid . ' '; }
I also found views support wasn't working in the 2.x branch. @soulfroys suggested fix works, I've attached it as a proper patch.
Comments
Comment #1
philbar commentedComment #2
soulfroysThank you for this great module!
In contextual.module:
Only works in views whith this add (contextual-view-'. $vars['view']->vid . ' '):
Comment #3
adrinux commentedI also found views support wasn't working in the 2.x branch. @soulfroys suggested fix works, I've attached it as a proper patch.