After selecting only:
# Apply all settings except "Region" to all themes' blocks

and pressing save, ALL BLOCKS under the "disabled blocks" section disappear!

Comments

slinc’s picture

In other words, after using this module, ALL DISABLED BLOCKS HAVE BEEN DELETED.

This is a very funny "feature"...

dalad’s picture

Thanks 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

dalad’s picture

Version: 6.x-2.1 » 6.x-2.2
Status: Active » Fixed

Fixed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.