Closed (fixed)
Project:
Block Region
Version:
6.x-2.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2009 at 11:47 UTC
Updated:
11 Mar 2009 at 16:10 UTC
After selecting only:
# Apply all settings except "Region" to all themes' blocks
and pressing save, ALL BLOCKS under the "disabled blocks" section disappear!
Comments
Comment #1
slinc commentedIn other words, after using this module, ALL DISABLED BLOCKS HAVE BEEN DELETED.
This is a very funny "feature"...
Comment #2
dalad commentedThanks for reporting this serious bug. I'll proceed to immediate resolution. For now, you can make "reappear" your disabled blocks with this query:
UPDATE blocks SET status = 0 WHERE region = ""
EDIT: sorry to reply that late, but I just got this message in my issue queue, even if it was posted a week ago... that's weird
Comment #3
dalad commentedFixed the funny "feature". I really apologize for the inconvenience.
If you run "Apply all settings except "Region" to all themes' blocks" using version 2.2, your disabled blocks will show up again.