Needs work
Project:
DROWL Admin Dashboard
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 14:52 UTC
Updated:
19 Mar 2026 at 12:15 UTC
Jump to comment: Most recent
Comments
Comment #2
thomas.frobieterIts currently broken on vl and next, so I am unable to test this.
Comment #3
anybody@thomas.frobieter test at ZZP
Comment #5
thomas.frobieterIt works when I remove the parent parameter: parent: 'admin:admin_toolbar_tools.extra_links:node.add',
So something is wrong with this.
Comment #7
thomas.frobieterOkay, parent: 'content:navigation.create' seemed right, but it is not.
Comment #8
thomas.frobietermhm, okay this really is the new "add content" menu of the new Drupal navigation.
Comment #9
thomas.frobieterComment #10
thomas.frobieterOkay its correct. Its just a bit confusing that it now holds "user" and "image", not only node creation links.
Comment #12
anybody@thomas.frobieter just saw that the block is broken on existing pages, e.g. DRC:
/admin/dashboardAny idea how to fix it on the projects or in code here?
Comment #13
anybody@thomas.frobieter: Okay I found the reason. We need another version IMHO.
I'll create a 4.x branch from the current implementation and then fix 3.x for the many existing projects using it.
Some of the items need to use routes from admin_toolbar_tools, e.g. the "add" buttons.