Problem/Motivation
When I give a role this permission "View entity fields report" they are still not able to see the report.
Proposed resolution
As per this code
https://git.drupalcode.org/project/entity_fields_report/-/blob/1.0.x/ent...
The role needs to have "administer site configuration" permission
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3570236.patch | 647 bytes | shank115 |
Comments
Comment #2
shank115 commentedConfirmed — changing the route permission from
'administer site configuration' to'view entity_fields_report report'allows the role with that permission to access/admin/reports/entity-fields-reportas expected. Works correctly after this change.This report is mainly for admins since it shows all fields and their usage. Add this patch if you want to modify which roles have access to this report.
Comment #3
kobusvw commentedThe issue is now resolved.
New release created 1.0.2
Comment #5
kobusvw commented