Closed (fixed)
Project:
Block edit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 15:20 UTC
Updated:
10 Jan 2012 at 18:30 UTC
I just spent an hour tracking down the setting in Block Edit that disabled Panels contextual links.
Seems pretty arbitrary that "Block edit links" and "Node edit links" are enabled by Block Edit, but "Panels edit links" are disabled by Block Edit.
Given the tenant of drupal contrib development that installing a new module should not change existing settings, seems to me that Block Edit should leave Panels edit links enabled when it's installed.
This patch accomplishes as much.
| Comment | File | Size | Author |
|---|---|---|---|
| block-edit-leave-panels-edit-links-alone.patch | 534 bytes | aaronbauman |
Comments
Comment #1
joelstein commentedI agree that it's confusing that if you have Panels installed, suddenly you're admin links disappear. I've changed the default to be enabled, and added an update script which will set it to disabled (the current default) if it wasn't already set.
Fixed in 6.x-1.x:
http://drupal.org/commitlog/commit/7690/771e94a6bb14d1a4965e597906fbe4ef...
A new release will be available shortly.