- Issue created by @trafo
- @trafo opened merge request.
- Status changed to Needs review
over 1 year ago 9:32am 21 August 2023
Entity access check in AccessHelper::checkAccess()
is inmemory cached. Unfortunately it does not take into account operation and hence returns wrong results for different results for different operations e.g. view vs update entity operation.
1. Create node.
2. Switch to untranslated language.
3. Visit node as anonymous user. Node edit link is visible, but it shouldn't.
Add operation dimension to cache.
Needs review
1.5
Code