Download & Extend

incompatible with calendar module

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.

AttachmentSize
menutrails_calendar.patch723 bytes

Comments

#1

Thank you for the patch.