Problem/Motivation
The D3 graph display in the Entity Mesh report is accessible at admin/reports/entity-mesh/links, but the path does not reflect what the page actually shows. The display title is "Graph" and it renders an interactive D3 visualization, not a list of links. The misleading path causes confusion when sharing URLs or writing documentation.
Proposed resolution
Rename the view display path from admin/reports/entity-mesh/links to admin/reports/entity-mesh/graph.
Changes:
- Update the path in
config/optional/views.view.entity_mesh.yml. - Add
entity_mesh_update_20001()inentity_mesh.installto update the stored config on existing installations. - Update the functional test in
DefaultTabRoutingFunctionalTestto use the new path.
Remaining tasks
- Review and commit.
User interface changes
The graph tab URL changes from /admin/reports/entity-mesh/links to /admin/reports/entity-mesh/graph. The old path will return a 404 after the update hook runs. Any bookmarks or hardcoded links to the old path will need to be updated.
Comments
Comment #3
gedur commentedComment #4
gedur commented