Needs review
Project:
Views Menu Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2012 at 15:01 UTC
Updated:
23 May 2013 at 07:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cbeier commentedIn my patch the filter will also work, if "Front page" was selected. But then the option "Enable front page menu items" is unnecessary.
The mlid filter considered also the "front page" value as well as the menu item, that was set as the front page.
Comment #2
Anonymous (not verified) commentedThe above patch didn't work for me, as my $frontpage_path = 'node/45' and $menu_item['router_path'] = 'node/%'...
I've attached an updated patch that instead compares $frontpage_path to $menu_item['href'] (which works for me).