Description of problem: In CF 4.5.x, custom report is not able to be shown in "Available Reports" option in "Edit Report Menus" CF 4.2.x works fine. Version-Release number of selected component (if applicable): CF 4.5.1 How reproducible: 1. Create Custom Chargeback Report(or any Custom report) - https://access.redhat.com/articles/1291563 2. Trying to add Reports to Report Menus - Custom report is not available from "Available Reports" menu. Steps to Reproduce: 1. 2. 3. Actual results: Custom Report is not shown under "Available Reports" Expected results: Custom Report should be shown under "Available Reports" Additional info:
Created attachment 1358497 [details] issue screenshot on 4.5
Created attachment 1358498 [details] worksfine in CF4.2
Created attachment 1358499 [details] custom-report
Hi Team Any update on this issue? Regards, Taeho
https://github.com/ManageIQ/manageiq-ui-classic/pull/2905
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/75814925a5de0e2c9146e67e57e1f0b53c43c7a6 commit 75814925a5de0e2c9146e67e57e1f0b53c43c7a6 Author: Harpreet Kataria <hkataria> AuthorDate: Fri Dec 1 12:15:42 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Dec 1 12:21:51 2017 -0500 Fixed code to show Custom reports in Available Reports in menu editor Also fixed saving of reports menus for a selected group that broke with changes in https://github.com/ManageIQ/manageiq/pull/16142 https://bugzilla.redhat.com/show_bug.cgi?id=1517073 app/controllers/application_controller.rb | 4 +++- app/controllers/report_controller/menus.rb | 12 +++++----- spec/controllers/report_controller/menu_spec.rb | 31 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 7 deletions(-)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/59846235fa9d45ece1047655e4d45abe147d8a14 commit 59846235fa9d45ece1047655e4d45abe147d8a14 Author: Harpreet Kataria <hkataria> AuthorDate: Fri Dec 1 13:16:57 2017 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Dec 1 13:16:57 2017 -0500 Adjusted existing spec tests to run with new changes https://bugzilla.redhat.com/show_bug.cgi?id=1517073 app/controllers/report_controller.rb | 2 +- spec/controllers/miq_report_controller/trees_spec.rb | 2 +- spec/controllers/report_controller_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)