Closed (fixed)
Project:
Drupal Commons
Component:
Events
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
18 Jan 2013 at 20:06 UTC
Updated:
4 Jan 2014 at 02:42 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
jpontani commentedComment #2
jpontani commentedThe issue is that there is a fallback context on node/%node page manager. Events does it's own panelized page, and is thus calling both the Events page handler, as well as the Fallback handler, and doing a 66/33 layout twice.
As far as I can tell, there is no need for the fallback handler as nothing is being displayed in the right (33%) panel, and only the existing node content is being displayed in the left (66%) panel.
Attached a patch that removes the fallback handler.
Comment #3
jpontani commentedInstead of #2, switched to full page override for Event node panelizer page. Tested with the fallback context enabled and it works for me.
http://drupalcode.org/project/commons_events.git/commit/eb8b463
Comment #4
ay13 commentedThis needs to be rendered as node content instead of rendered node. The attached screenshot is the settings from post content type that works.
Comment #5
ezra-g commentedTo be consistent with the other content types, the Panelizer config for events should be their own feature but I'm fine with that being a separate "minor" issue as a followup.
Comment #6
jpontani commentedCommitted a fix. I will make a new issue to move the panelizer config into a separate sub-module.
http://drupalcode.org/project/commons_events.git/commitdiff/c0db4f7