Active
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Events
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Oct 2012 at 18:38 UTC
Updated:
1 Mar 2015 at 09:57 UTC
Jump to comment: Most recent
Because the full content view for events was panelized, the basic hook_entity_view_alter would not suffice to display the attend/cancel form on a panelized page due to Panels/Panelizer taking over the entity's build content after our alter added the appropriate content.
Need to implement hook_module_implements_alter to change the ordering for the alter in order to have it processed after panelizing the event page.
Comments
Comment #1
lsolesen commented