- Issue created by @Juanjol
- Merge request !77Issue #3523561: Check views access for anonymouse user by route too β (Open) created by Juanjol
- πͺπΈSpain Juanjol Navarra
I've created a Merge Request that enhances how anonymous user access is checked for views. Previously, it only evaluated access via the display's access() method. Now, if a view display has an associated route, the MR also verifies anonymous user access to that specific route. This allows for the proper execution of route-related hooks and other access-blocking mechanisms (e.g., those used by the Media Library module's widget), ensuring more comprehensive access control.