Problem/Motivation

At some point the feature introduced in #3294846: Expose the url to the entity for Views stopped working. The "entity_id" field is not present (any more?) in the linkchecker object.

Steps to reproduce

  1. Add a "Page entity link" field to a link checker view.
  2. Observe the absence of content in the resuls.

Proposed resolution

Update code to match LinkcheckerLinkPageEntityLabel.

Remaining tasks

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#5 before fix.png129.78 KBdivya.sejekan
#5 afterFix1.png136.81 KBdivya.sejekan
Command icon 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

imclean created an issue. See original summary.

imclean’s picture

Status: Active » Needs review
earthday47’s picture

Noting I was also experiencing this issue and the proposed patch worked for me. +1

divya.sejekan’s picture

StatusFileSize
new136.81 KB
new129.78 KB

Verified using MR! 126 . Page entity link is visible and user is navigate to the node.

RTBC++

Steps :
1. Add a "Page entity link" field to a link checker view.
2. Observe the absence of content in the resuls.