Problem/Motivation

The Entity Mesh module registers one separate entry on the Drupal status report (admin/reports/status) per case type (broken links, access denied links, redirected links, invalid URLs, invalid telephone numbers). This results in up to five individual rows under the Entity Mesh namespace, making the status report noisy and hard to scan.

Entity mesh status report

Steps to reproduce

  1. Install Entity Mesh and process some content so the entity_mesh table is populated.
  2. Go to admin/reports/status.
  3. Observe multiple separate "Entity Mesh: …" rows (one per case type).

Proposed resolution

Refactor entity_mesh_get_insights_for_drupal_report() in entity_mesh.install to return a single 'entity_mesh' requirements entry instead of one entry per case.

User interface changes

The status report page (admin/reports/status) will show a single "Entity Mesh" row instead of multiple per-case rows. When issues are present, they appear as a linked list inside that row.

Data model changes

None.

Command icon Show commands

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

eduardo morales alberti’s picture

StatusFileSize
new36.62 KB

Ready:
Entity mesh status report unify

eduardo morales alberti’s picture

StatusFileSize
new25.87 KB
eduardo morales alberti’s picture

Status: Active » Needs review

Ready to review

eduardo morales alberti’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.

Status: Fixed » Closed (fixed)

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