Posted by grendzy on June 10, 2010 at 6:52pm
2 followers
Jump to:
| Project: | Menu Trails |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
The hook_views_pre_view checks if the display plugin is "page". This doesn't work for other types, such as "calendar".
Instead of trying to enumerate all possible views plugins, a check to see if the view has a path should be a more reliable.
| Attachment | Size |
|---|---|
| menutrails_calendar.patch | 723 bytes |
Comments
#1
Thank you for the patch.