Problem/Motivation

I installed Admin Toolbar but am still seeing only Drupal core toolbar.

Steps to reproduce

Steps:
1. Go to simplytest.me in three browser tabs
2. In the first browser tab, choose the current release of admin_toolbar (3.6.3)
3. In the second browser tab, choose the 3.x-dev version of admin_toolbar (3.x-dev)
4. In the third browser tab, choose Drupal core current release (11.4.4)
5. Create all three sites
6. Log in as admin to each site

Expected result: The first two tabs display the admin toolbar and the third tab displays the Drupal core toolbar
Actual result: All three tabs display the Drupal core toolbar

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

charles belov created an issue. See original summary.

charles belov’s picture

Screenshots:

Pure Drupal 11.4.4, toolbar module not enabled

The UI with toolbar

Pure drupal screenshot showing navigation toolbars

Extend page filtered on toolbar

List of modules filtered on the string toolbar, showing toolbar not enabled and admin toolbar not present

Drupal 11.4.4 plus Admin Toolbar 3.6.3

The UI with toolbar

Admin toolbar screenshot showing navigation toolbars identical to pure Drupal toolbars

Extend page filtered on toolbar

List of modules filtered on the string toolbar, showing toolbar and admin toolbar both enabled

dydave’s picture

Thanks a lot Charles (@charles belov)! 🙏
Great ticket, with very nice screenshots and a very clear description of the steps to reproduce. 👍

Indeed, we've started seeing issues pop up in the project tracker for the latest stable versions of Drupal core 11.4.x 😖

Looks like we're going to have to look into these issues in priority 😅

We'll do some testing, debugging and hopefully get back to you on this issue with a solution.
Thanks again for your help testing and reporting issue. 😊

ressa’s picture

If I install Admin Toolbar and Toolbar, and uninstall Navigation all works well, and I get Admin Toolbar only. Maybe there is some code in Navigation that blocks Toolbar from being run, and if true, I think uninstalling Navigation is an expected step to take.