When using mini panels in panel pages, it's a bit unhandy to edit the content of the mini panel, as you have to go to the mini panel admin list page and find the panel manually.

This patch adds direct links in the panel administration.

Requires the patches in #1702498: Wizard and $_GET['destination'] and #1702492: Drupal 6 code in wizard.

CommentFileSizeAuthor
panels-mini_panel_edit_links.patch1.13 KBXen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

When I saw this issue, I thought it added a contextual link using contextual.module -- so I added that too. Committed and pushed.

Status: Fixed » Closed (fixed)

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

jwilson3’s picture

Follow-up issue to extend the mini panels contextual links functionality when used as blocks (either by core Block module, or the contrib Context module):

#1966020: Contextual links for mini panels placed as blocks.

  • Commit 6c8a121 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1702506 by Xen: Add contextual links to edit mini panels when...