-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VACMS-15492: Allow Content Admins to view Content Model Reports #15493
VACMS-15492: Allow Content Admins to view Content Model Reports #15493
Conversation
And then I went down the rabbit hole and realized that this is documented issue in core https://www.drupal.org/node/1635646 |
I might be vastly oversimplifying here but seems like we just need to add a new permission to https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/system/system.permissions.yml system.admin_reports: |
I have no objection to granting content-admin access to all those things. But it is for CMS team to decide. This part seems a bit... odd patches/system.routing.yml |
Giving content-admin access to reports would also make it easier to move some of our "reports" out of 'admin/content/*' and into the reports namespace where they actually belong. Reports are handy for all users.... could easily see this stretch to content publishers and maybe all users. |
…tent-model-documentation-reports
Thanks for the feedback @swirtSJW. I think I got a little over ambitious here and tried to solve a much deeper problem than the one I originally scoped. I'm slimming this down to just focus on granting Content Admins the ability to view Content Model Documents & Reports without touching the Reports toolbar issue. That would probably warrant its own issue (and a more experienced Drupal developer than me) to properly resolve |
Description
Relates to #15492.
Testing done
Screenshots
QA steps
What needs to be checked to prove this works?
What needs to be checked to prove it didn't break any related things?
What variations of circumstances (users, actions, values) need to be checked?
As user uid with user_role
Definition of Done
Select Team for PR review
CMS Team
Public websites
Facilities
User support
Accelerated Publishing
Is this PR blocked by another PR?
DO NOT MERGE
Does this PR need review from a Product Owner
Needs PO review
CMS user-facing announcement
Is an announcement needed to let editors know of this change?