Closed (fixed)
Project:
Navigation Extra
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2025 at 14:50 UTC
Updated:
17 Mar 2026 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tim-dielsComment #4
tim-dielsAdded first draft of code. But feels not ok to have a BC check inside a BC check. Never done this before so don't know if thats the correct way to do it.
Pipelines fail not directly of my code changes, the issues were there before.
Comment #5
dtfabio commentedComment #6
dtfabio commentedHi Tim,
I tested the code change on three different Drupal instances and it worked on all three.
Drupal core versions: 10.3.14, 10.6.3 and 11.3.3
PHP versions: 8.3.30 (10.3) and 8.4.18 for the newer core versions.
Database version: MariaDB 11.8.6
Without the patch, I get the following error on core version 11.3.3:
After adding the patch, the error disappeared and it is now possible to add a block.
So I think this ticket can be moved to RTBC.
Greetings,
Fabio
Comment #8
tim-diels