Fixed
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2026 at 15:58 UTC
Updated:
30 Jun 2026 at 13:25 UTC
Jump to comment: Most recent
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?
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 #2
aayushpathak commentedComment #4
aayushpathak commentedComment #5
joachim commentedThere's an unrelated whitespace removal, but apart from that looks good.
Comment #6
aayushpathak commentedThanks, fixed the unrelated whitespace change introduced during phpcbf formatting.
Comment #7
joachim commentedThanks! Looks good.
Comment #8
mnico commentedComment #11
strykaizer