Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
navigation.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Dec 2024 at 12:00 UTC
Updated:
7 Mar 2025 at 07:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
lauriiiComment #7
plopescNew MR following a different approach where context responsibility relies on the plugins instead the Top Bar itself.
Comment #8
sagarmohite0031 commentedHello,
Tested and Verified on Drupal 11
Mr applied successfully
Attaching screenshot-
Comment #9
vensires@sagarmohite0031, so is this RTBC?
Comment #10
smustgrave commentedCan the steps to reproduce be updated. Navigation_top bar isn't there anymore.
Comment #11
vensires@smustgrave the navigation_top_bar module is still there but marked with
hidden: true.Is it ok to set it back to "Needs review"?
Comment #12
smustgrave commentedSure
Comment #13
plopescComment #14
smustgrave commented@plopsec pinged me about this one in slack. And as mentioned navigation_top_bar is now hidden. So re-tested
I did verify, with caching enabled, that on node/1 the top bar is not appearing
Before
After applying the patch
Toolbar is now appearing as expected.
Test-only feature shows this too
Comment #16
nod_Committed 79304e9 and pushed to 11.x. Thanks!
Comment #19
f0ns commentedI had the same issue and the MR fixed it for me in the form of a patch (in attachment for others that also need it).
Comment #20
flyke commentedThank you for the patch @f0ns