Active
Project:
Tao
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2010 at 21:16 UTC
Updated:
16 Apr 2012 at 21:13 UTC
Greetings,
When I create a Panel page, I don't see an local tasks (View, Edit Panel, Devel, etc). This is true for Rubik and Cube themes as well. When I change the theme to Fusion every thing works fine.
Any thoughts or suggestions? The only thing I could find is http://drupal.org/node/789546.
Hope that helps
Comments
Comment #1
gmclelland commentedany thoughts on this?
Comment #2
gmclelland commentedA little more info on the subject: http://drupal.org/node/816056.
Comment #3
gmclelland commentedJust curious if anyone supports this issue queue? It's hard for me think that 4,500 sites uses this base theme and none of them use Panels.
Comment #4
gmclelland commentedFor anyone else needing a fix: I put this in my template.php
Comment #5
chriscalip commentedWARNING! comment #4 will break your site for anonymous users. that code has a bug that needs fixing.
Comment #6
chriscalip commentedFollow up, this code has the fix:
Comment #7
gmclelland commentedSeems to work, thanks.
Comment #8
pdcarto commentedHas anyone got a D7 fix for this? The ctools_menu_primary_local_tasks() and ctools_menu_secondary_local_tasks() functions are not implemented in ctools 7.x-1.x, so #6 does not work.