After disabling the contextual links module many of my panels still had contextual links rendering inside of them.

It appeared the problem was caused by template_preprocess_panels_pane not checking for the existence of the contextual module at the correct time.

Patch attached.

CommentFileSizeAuthor
contextual_links.patch1.03 KBinolen

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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

  • Commit 79f28a9 on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1463746: Don't render contextual links if module doesn't exist.