Active
Project:
Entity Submenu Block
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2026 at 14:21 UTC
Updated:
13 Jul 2026 at 14:21 UTC
Jump to comment: Most recent
Currently the block from this module extends
SystemMenuBlock
which extends
BlockBase
In #3610607: Saving the block is broken in Drupal 11.4 we saw a case where a removed config value caused issues. And looking at the other values it seems not many are reused from SystemMenuBlock.
So we should check if that really makes sense.
See #3610607: Saving the block is broken in Drupal 11.4
Extend BlockBase instead of SystemMenuBlock if it makes sense.
Comments