- Issue created by @lpeidro
- Merge request !57Issue #3502357: Added information about views access to views report and insight → (Merged) created by lpeidro
- 🇪🇸Spain lpeidro Madrid
Added information about the access configuration of views to the Views report, along with a column indicating whether anonymous users can access each view. If it is an administrative view, the value will be displayed in red.
An insight has been included to alert about such cases.
A configuration object has been created, which can only be modified in the corresponding YAML configuration file, to include those views that, despite being on the administrative path, are configured to be potentially accessible to anonymous users.
Ready for testing.
- 🇪🇸Spain SadySierralta
Tested and works great, only some typos where found in MR.
- 🇪🇸Spain lpeidro Madrid
The types errors has been fixed and I used the service "router.route_provider" to get information the configuration of the views using their machine name. This information includes the path and if it is an admin route.
Maybe is a better way to this info.
I marge with the main branch. Thank you Sady for your feedback.
- ea2e15de committed on 1.x
Issue #3502357: Use the route name to get the info about route
- ea2e15de committed on 1.x
- 455f8f75 committed on 1.x
Issue #3502357: Added information about views access to views report and...
- 455f8f75 committed on 1.x
Automatically closed - issue fixed for 2 weeks with no activity.