Changing the default render pipeline (eg, to In-Place Editor) in General settings (admin/structure/panels/settings) has no affect on Panel Nodes. That's because Panel Nodes makes no attempt to lookup the setting.

Reproduce:

  1. Enable panels, panels_node, and panels_ipe
  2. Go to admin/structure/panels/settings and change Default Renderer setting to In-Place Editor
  3. Add a new Panel Node. Observe that the default radio button setting is Standard.

Patch attached.

Comments

entendu created an issue. See original summary.

entendu’s picture

StatusFileSize
new621 bytes
entendu’s picture

entendu’s picture

StatusFileSize
new621 bytes

Whoops, generated the patch backwards. Updates.

damienmckenna’s picture

Status: Needs review » Reviewed & tested by the community
Parent issue: » #2423733: Plan for Panels 7.x-3.6 release

This matches the logic in plugins/task_handlers/panel_context.inc, so good to go from what I can see.

japerry’s picture

Status: Reviewed & tested by the community » Fixed

Heh i wonder if this was before IPE was a thing. Anywho, committed.

  • japerry committed 49ee4c1 on 7.x-3.x authored by entendu
    Issue #2724969 by entendu: Panel Nodes do not respect default render...

Status: Fixed » Closed (fixed)

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