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() in entity_mesh.install to update the stored config on existing installations.
  • Update the functional test in DefaultTabRoutingFunctionalTest to 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

gedur created an issue. See original summary.

  • gedur committed ad0e9b29 on 2.x
    Issue #3592724: Rename graph view path from /links to /graph
    
gedur’s picture

Issue summary: View changes
gedur’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • gedur committed 0019d434 on 2.x
    Issue #3592724: Rename graph view path from /links to /graph -...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.