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.

Steps to reproduce
- Install Entity Mesh and process some content so the
entity_meshtable is populated. - Go to admin/reports/status.
- 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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | entity_mesh_unify_2.png | 25.87 KB | eduardo morales alberti |
| status_report_entity_mesh.png | 67.73 KB | eduardo morales alberti |
Issue fork entity_mesh-3593481
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
Comment #3
eduardo morales albertiReady:

Comment #4
eduardo morales albertiComment #5
eduardo morales albertiReady to review
Comment #7
eduardo morales alberti