- Issue created by @lpeidro
When a node is deleted or its status is updated (e.g., published/unpublished), the related data in the custom Entity Mesh table is correctly updated only when the node is a source in the relationship. However, when the node is a target in such relationships, the data is not updated accordingly.
This results in outdated or broken references in the mesh data structure, especially when:
This leads to inconsistencies in data integrity and potentially impacts content display and relationship navigation for end users.
Implement logic to update Entity Mesh records where the affected node appears as a target, not just as a source. This involves two scenarios:
On node deletion:
On node status update (published/unpublished):
Active
1.0
Code