Closed (fixed)
Project:
Page Manager
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2025 at 15:00 UTC
Updated:
12 Apr 2026 at 06:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
mably commentedComment #4
dhavalpanchal commentedWe can use these patch for D11.3.2.
Comment #5
dhavalpanchal commentedComment #6
dhavalpanchal commentedComment #8
joelpittetClosing as fixed.
This code was originally added as a paired workaround for the Layout Builder and Seven theme and fixed in #3005403: Cannot delete or edit a block that is placed in a section of the layout_builder. It only applies to
layout_builder_blockcontextual links, so it was never meant as general admin theme support for Page Manager routes.Now that #3005403: Cannot delete or edit a block that is placed in a section of the layout_builder is resolved, there is no Page Manager-specific behaviour left here to maintain. The additional guard around
seven_preprocess_block()was effectively just preserving that outdated compatibility layer.Given that, removing was the route taken. LMK if you run into any side-effects of this change.
Comment #10
joelpittet