Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2011 at 21:02 UTC
Updated:
8 Jun 2011 at 00:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
dfletcher commentedPossible solution patch attached.
The configuration link is removed entirely for the block that has module == 'system' and delta == 'main'.
Patch also contains a new form validation function that gives an error message if an attempt is made to disable the block. Since validation doesn't pass, the new weights are not saved, so the block snaps back to whatever region it was in before the attempt to disable it.
Comment #2
dfletcher commentedForgot to flip status to "needs review". Fixing.
Comment #3
catchPatch looks fine but I disagree with 'major', these are options that don't do anything, that are hidden behind a link.
Comment #4
sunThis has been and still is a deliberate design decision.
#516150: Add fallback for main content block rendering
#687686: Prevent hiding the Content Block on particular pages