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
Comments
Comment #2
charles belovScreenshots:
Pure Drupal 11.4.4, toolbar module not enabled
The UI with toolbar
Extend page filtered on toolbar
Drupal 11.4.4 plus Admin Toolbar 3.6.3
The UI with toolbar
Extend page filtered on toolbar
Comment #3
dydave commentedThanks 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. 😊
Comment #4
ressaIf 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.