- Issue created by @mxr576
- Merge request !3420Issue #3340246: Node module must not set user.node_grants:* context if current user != acting user β (Open) created by mxr576
- ππΊHungary mxr576 Hungary
π Access cacheability is not correct when "view own unpublished content" is in use Needs work can be related but I am not sure.
π NodeAccessControlHandler::checkAccess() does not add a necessary cache context Needs work is most probably totally wrong with this proposed change
- return AccessResult::allowedIf($node->isPublished())->addCacheableDependency($node); + return AccessResult::allowedIf($node->isPublished())->addCacheableDependency($node)->cachePerUser();
- Status changed to Needs work
4 months ago 2:45am 21 March 2025 - Status changed to Needs review
about 1 month ago 9:59am 11 June 2025 - πΊπΈUnited States smustgrave
Can the issue summary be updated please.