Description of problem: custom reports not visible to group/role that could see them prior to recent upgrade. the group cfme-tagger used to be able to run some custom reports in v4.0. Now those reports are only visible to EVM_superadministrator Version-Release number of selected component (if applicable): 4.5 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq/pull/16716
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/597804725b87a842c5c83bd5e26536e3d45b2716 commit 597804725b87a842c5c83bd5e26536e3d45b2716 Author: Gregg Tanzillo <gtanzill> AuthorDate: Thu Dec 21 16:27:28 2017 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Thu Jan 4 16:04:59 2018 -0500 Expand scope of report definitions that a user can see This change expands the existing scope of the current user's group to the current user's tenant allowing visibility to all reports created by users within the tenant. The scope was changed in https://github.com/ManageIQ/manageiq/pull/15472 but was too restrictive Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526058 app/models/miq_report.rb | 2 +- spec/models/miq_report_spec.rb | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-)