Bug 1517073
Summary: | In CF 4.5 , custom report is not able to be shown in "Available Reports" option in "Edit Report Menus" | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | tachoi | ||||||||
Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Niyaz Akhtar Ansari <nansari> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | 5.8.0 | CC: | cpelland, hkataria, jhardy, mpovolny, obarenbo | ||||||||
Target Milestone: | GA | Keywords: | Regression, TestOnly | ||||||||
Target Release: | 5.10.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | |||||||||||
: | 1519984 (view as bug list) | Environment: | |||||||||
Last Closed: | 2018-06-21 20:55:24 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | CFME Core | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1519984 | ||||||||||
Attachments: |
|
Description
tachoi
2017-11-24 07:01:03 UTC
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 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(-) |