Closed (fixed)
Project:
Schema UI
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2023 at 15:38 UTC
Updated:
25 Dec 2023 at 15:49 UTC
Jump to comment: Most recent
The module dumps route names.
Run drush en schema_ui:
string(69) "/admin/structure/config_pages/types/manage/{config_pages_type}/schema"
string(49) "/admin/structure/media/manage/{media_type}/schema"
string(48) "/admin/structure/types/manage/{node_type}/schema"
string(70) "/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/schema"
string(36) "/admin/config/people/accounts/schema"
string(57) "/admin/structure/paragraphs_type/{paragraphs_type}/schema"
[success] Successfully enabled: schema_ui
This should probably be removed: https://git.drupalcode.org/project/schema_ui/-/blob/a953f828bce55f86880c...
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 #2
prudloff commentedOh I see this was already removed but not released: https://git.drupalcode.org/project/schema_ui/-/commit/b95b1c055653d21c58...
(I was confused by the fact that GitLab showed me the main branch by default and not 1.x.)
Comment #3
bpstr commentedOh, my bad, thanks for the notification!