Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2026 at 15:57 UTC
Updated:
28 Jan 2026 at 08:19 UTC
Jump to comment: Most recent
Comments
Comment #2
anybodyLooking at the code at https://git.drupalcode.org/issue/homebox-3567297/-/blob/3567297-routenot... it seems "collection", not canonical should handle that path?
Any ideas? The route must have worked before, because it's the admin menu item
Structure > Homebox TypesComment #3
anybodyOk, removing this in "links" works - like other modules did. Now the page is working again... strange!
Is that fine?
Comment #5
grevil commentedThe error appears, because the "AdminHtmlRouteProvider" doesn't generate a canonical route and I don't think we don't need one, since this is an entity type, not an entity, so we don't need a "normal" view page only add, edit, delete.
So LGTM!
Comment #6
grevil commented