Problem/Motivation
The Scheme (Target) filter is duplicated in the "entity_mesh" view in any display mode:

Steps to reproduce
- Go to the Entity Mesh view:
/admin/reports/entity-meshor/admin/reports/entity-mesh/table - Observe how the same filter appears twice, overlapping in some cases.
Proposed resolution
- Update
config/install/views.view.entity_mesh.ymlremoving the duplicate filter configuration to fix new installations. - Implement a
hook_update()to programmatically remove the duplicate filter on existing sites.
| Comment | File | Size | Author |
|---|---|---|---|
| duplicated-filter-entity_mesh.png | 58.99 KB | albeorte |
Issue fork entity_mesh-3570312
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
albeorte commentedChanges applied in MR (https://git.drupalcode.org/project/entity_mesh/-/merge_requests/57)
Ready to check!
Comment #4
eduardo morales albertiMR reviewed and tested, ready to merge
Comment #5
eduardo morales alberti