Show all references to the same paragraph in different nodes

Created on 5 September 2024, 2 months ago
Updated 10 September 2024, 2 months ago

Problem/Motivation

I am using the sub-module entity_reference_delete_check_paragraph_url. I use a paragraph in multiple nodes that has a field which references to the same node. If I try deleting the referenced node - only one record is shown. Once the reference is removed, I can see the next one. Can we make all the references show as a list?

Steps to reproduce

  1. Create a content type A with a field field_entity_reference_revisions that can reference paragraphs.
  2. Create a paragraph type B with a field that can reference content of content type C.
  3. Add paragraph B to the list of allowed paragraphs in field_entity_reference_revisions of content type A.
  4. Create a node of content type C - node C1.
  5. Create 2 different nodes of content type A and add the paragraph type B to each of the nodes. Both the paragraphs' field_entity_reference_revisions should point to the node C1.
  6. Try deleting node C1 - we will get just one record of where it is referenced.
📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India chiragkparikh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024