Closed (fixed)
Project:
Panelizer (obsolete)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2011 at 23:10 UTC
Updated:
13 Oct 2011 at 17:31 UTC
The panelizer variant's admin summary says: This variant will be selected if the node being viewed is panelized. But this doesn't seem to be true - the variant is always selected, and page manager falls back to calling node_page_view() directly if the render callback doesn't return anything. So no other variants can be selected. Or am I missing something?
| Comment | File | Size | Author |
|---|---|---|---|
| panelizer-select.patch | 1.11 KB | john morahan |
Comments
Comment #1
john morahan commentedD'oh - I was missing something: the "Reorder variants" tab! Still, I think it would be more useful if the selection rule worked as described.
Comment #2
merlinofchaos commentedOh wow. Yes, that's a pretty silly oversight.
Upgrading to a higher priority.
This may be the more appropriate solution to #1290452: Make Panelizer show after the other Page Manager handlers.
Comment #3
merlinofchaos commentedOk, I added some whitespace. I also did a @todo about documenting a function that someone had added.
Committed to 6.x- and 7.x branches.
IMO this was a major oversight and I feel silly for this. Now I understand a couple of other problems people had.