Closed (fixed)
Project:
Panelizer (obsolete)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2012 at 22:57 UTC
Updated:
21 Jun 2016 at 14:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
twistor commentedI have no idea yet if this is a deeper issue. I'm new to this codebase. But, this is working for me.
Comment #2
merlinofchaos commentedACtually that fix would be really bad.
Try page_manager_get_task('term_view') instead.
Comment #3
twistor commentedThat makes sense. Thanks.
Comment #4
exratione commentedPatch in #3 works for me; I'd done something different as a workaround, but the posted patch is much better.
Comment #5
merlinofchaos commentedCommitted and pushed.
Comment #7
enrique.delgado commentedI applied #3, but I also had to make the code change in one more place to make it work (patch attached). Is that just me? It looks like
page_manager_term_view_get_type()is not defined anywhere in my Drupal site.Comment #8
socialnicheguru commentedIt is defined here: ctools/page_manager/plugins/tasks/term_view.inc:298:function page_manager_term_view_get_type() {