Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.0-beta1
Component:
Plugins system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 19:02 UTC
Updated:
3 Aug 2011 at 00:12 UTC
Patch attached here. Derivative of http://drupal.org/node/1043606. Adjusts code for Drupal 7.
Alters the render function for custom content to add $block->admin_links if the pane is reusable.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools_custom_content_admin_links_7.patch | 1.01 KB | drupal_was_my_past |
Comments
Comment #1
sagannotcarl commentedThis has been fixed at #1043606: Render admin links on custom content panes for Drupal 6 & 7.
Marking this as duplicate.
Comment #2
drupal_was_my_past commentedHey sagannotcarl:
Thanks for linking to #1043606: Render admin links on custom content panes. I didn't realize a patch had been applied to 6.x and 7.x. It looks like the patch was just applied straight to 7.x, even though Drupal 7 uses admin/structure URL path, not the admin/build URL structure that Drupal 6 uses. The current code in 7.x won't work.
Comment #3
merlinofchaos commentedThanks for the catch, mimlee. Committed a fix and at the same time also adjusted the text to reflect that path change as well.