I found a problem with linkchecker reporting orphaned paragraphs. This made our editors search for ever in linked node for the reported broken link.
I made a small patch. Can this be reviewed?
| Comment | File | Size | Author |
|---|
Issue fork linkchecker-3611596
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
codebymikey commentedHi @vistree, picked up your patch and addressed so it also handles when the parent is deleted or the field it was previously attached to no longer exists.
Also think it's slightly related to #3607125: Search published contents only option does not exclude links found in paragraphs of unpublished nodes, as they both relate to making sure the parent's status is taken into account.
Comment #5
codebymikey commentedMarking as postponed for now because #3135654: Handle nested paragraphs in 'Page entity label' and 'Page entity link' Views fields introduces a potential new API that this issue should probably use to resolve the top-most parent.