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

CommentFileSizeAuthor
#2 3570236.patch647 bytesshank115

Comments

gargsuchi created an issue. See original summary.

shank115’s picture

StatusFileSize
new647 bytes

Confirmed — 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-report as 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.

kobusvw’s picture

Status: Active » Fixed

The issue is now resolved.
New release created 1.0.2

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

kobusvw’s picture

Status: Fixed » Closed (fixed)