Fixed
Project:
Drupal core
Version:
11.x-dev
Component:
toolbar.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2026 at 09:38 UTC
Updated:
15 Sep 2026 at 07:53 UTC
Jump to comment: Most recent
Toolbar module references various icons relative to its position in core, which won't work when it's in contrib.
Copy the icons into toolbar module and update the references.
We should also evaluate whether we can remove those icons from core (possibly in this issue, possibly a separate follow-up).
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
longwaveMR!17121 can be applied to main and 11.x to copy all icons into toolbar module and update their references.
Then in a main-only followup we can delete these icons (and another 27 more that are no longer referenced)
Comment #5
longwaveThis needs to be done before we remove toolbar.
Comment #6
longwaveComment #7
abenbowThis MR appears to be good. I've done some manual review and testing using a fresh Drupal instance on my local to confirm that:
I didn't encounter any 404's or broken icons during regular usage, which to my mind says that this was resolved properly using the MR.
Comment #10
catchCommitted/pushed to main and 11.x, thanks!