Posted by AxelBernhardt on April 28, 2009 at 3:36pm
Jump to:
| Project: | Drupal For Firebug |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
having drupalforfirebug activated, the block list (/admin/build/block) shows the wrong blocks:
those from the admin theme, not those the list should. In the end, the blocks can not be changed correctly.
see my comment here:
http://drupal.org/node/64409#comment-1529592
might be a problem in drupalforfirebug_preprocess_init()
this comment helped me to find the problem at the firebug mod:
http://drupal.org/node/64409#comment-1504376
Comments
#1
subscribe
#2
I am going to mark this as fixed with the latest version because I think that there is an issue with how DFF was handling the theme functionality. I removed the theme() calls to resolve #337072: Theming in drupalforfirebug_user breaking custom Admin theme and #451162: enabling this module breaks og theme functionality and suspect when you were trying to disable the drupalforfirebug_proprocess function you also disabled drupalforfirebug.module which had the offending theme functions.
The drupalforfirebug_preprocess function just has some global variable handling which should not effect the block system at all.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.