Problem/Motivation

ProcessorPluginBase::checkEntitiesAccess() does this:

> $access_result = $access->access($entity, 'view', return_as_object: TRUE);

Given only the facet label is output, 'view label' would be more appropriate?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork facets-3590916

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

joachim created an issue. See original summary.

aayushpathak’s picture

Assigned: Unassigned » aayushpathak

aayushpathak’s picture

Assigned: aayushpathak » Unassigned
Status: Active » Needs review
joachim’s picture

Status: Needs review » Needs work

There's an unrelated whitespace removal, but apart from that looks good.

aayushpathak’s picture

Status: Needs work » Needs review

Thanks, fixed the unrelated whitespace change introduced during phpcbf formatting.

joachim’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! Looks good.

mnico’s picture